Comments in Python

Comments are very essential part of program. If they are not included, it becomes difficult to troubleshoot bugs or another application engineer will find it difficult to understand the program.More

Display Hello World

Displaying Hello World on the screen is the first program that is to be introduce to the beginner while learning any programming languageMore