+ 1
how do I print the hi
4 Answers
+ 2
print('hi')
+ 1
@Johannes: this would print the variable hi while it doesnt need to be a string. it could also be a number or List or...
0
print "hi" in Python 2x
print ("hi") in Python 3x
if you're passing it as a string
- 2
print(hi)