Answers for "print("hello)"

4

how to print hello in python

#python2 
print 'hello'
#python3
print('hello')
Posted by: Guest on May-14-2020
0

py hello code

print("hello world") or print('HELLO WORLD') or print("HELLO WORLD") or print('hello world')
Posted by: Guest on November-04-2020

Python Answers by Framework

Browse Popular Code Answers by Language