If I say Hello world what should it say back | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

If I say Hello world what should it say back

first ps I'm 🔟

31st Aug 2017, 4:16 AM
kamari
2 Answers
+ 11
#it'll give you an error. however if its: print("hello world") #it'll say hello world .
31st Aug 2017, 4:55 AM
Ahri Fox
Ahri Fox - avatar
+ 3
"hello world!" is just an example of trying to make your program output a text but you can also use other words to do the same. eg: print ("say something") it gives you "say something"
31st Aug 2017, 5:46 AM
Nomeh Uchenna Gabriel
Nomeh Uchenna Gabriel - avatar