What is code for hello | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 6

What is code for hello

27th Sep 2020, 9:49 AM
Arvind Dubey
Arvind Dubey - avatar
7 Answers
+ 7
print("hello")
27th Sep 2020, 9:51 AM
ㅤㅤㅤ
+ 2
print("hello")
27th Sep 2020, 9:50 AM
Abhay
Abhay - avatar
+ 1
print("hello")
27th Sep 2020, 9:50 AM
Hyperion
Hyperion - avatar
+ 1
print("hello")
27th Sep 2020, 9:52 AM
Odyel
Odyel - avatar
+ 1
Let me try import sys sys.stdout.write("WOW!") # This can be useful in python 2x
27th Sep 2020, 6:13 PM
🌀 Shail Murtaza شعیل مرتضیٰ
🌀 Shail Murtaza شعیل مرتضیٰ - avatar
+ 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(" ").
28th Sep 2020, 2:29 AM
Ashutosh Pattnaik
Ashutosh Pattnaik - avatar
0
Print ("hello")
27th Sep 2020, 9:59 AM
Nativ Weiss
Nativ Weiss - avatar