First Python Program to Print Message
Example:
print("Welcome to Compuhelp")
First Python Program to Print Message using print function two times.
Example:
print("Welcome to Compuhelp")
print("Thanks to Join Us")
print("Welcome to Compuhelp")
print("Welcome to Compuhelp")
print("Thanks to Join Us")