0
Want to know more
Welcome to programming Welcome to python Programming is fun Print ("Welcome to programming") Print("Welcome to python") Print("Programming is fun") This is the program to write the three messages .or we can write any message like coding this .but if we want to print it in a code how to do that? Or how many ways to write this type of simple Program? Is there any other code or way to write this program?
4 Antworten
+ 2
print("Welcome ti programming \nWelcome to Python \npro is fun")
+ 1
print("welcome to programming"+"\n"+"welcome to python"+"\n"+"programming is fun")
+ 1
Thank you guys ❤️♥️♥️
0
You can use print function to print anything you want.. anywhere in your program....
Edit:
More ways,,? this works in same way..
from above ex: in one line:
print("Welcome to programming\nWelcome to python\nProgramming is fun")