- 6
What is code for hello
7 Réponses
+ 7
print("hello")
+ 2
print("hello")
+ 1
print("hello")
+ 1
print("hello")
+ 1
Let me try
import sys sys.stdout.write("WOW!")
# This can be useful in python 2x
+ 1
First of all welcome to sololearn nd we all programers are here to solve the problems. I hope you will enjoy the journey.
The answer is If you want to print anything on screen use print command as print(" ").
0
Print ("hello")