Want to know more | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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?

3rd May 2020, 4:05 PM
sumaiya sharmin
sumaiya sharmin - avatar
4 Respostas
+ 2
print("Welcome ti programming \nWelcome to Python \npro is fun")
3rd May 2020, 4:18 PM
M Tamim
M Tamim - avatar
+ 1
print("welcome to programming"+"\n"+"welcome to python"+"\n"+"programming is fun")
3rd May 2020, 4:14 PM
Abhay
Abhay - avatar
+ 1
Thank you guys ā¤ļøā™„ļøā™„ļø
3rd May 2020, 4:24 PM
sumaiya sharmin
sumaiya sharmin - avatar
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")
3rd May 2020, 4:17 PM
Jayakrishna šŸ‡®šŸ‡³