Answers for "Write code to print out the phrase “Hello World”."

4

how to print hello in python

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

printing hello world in python

print("Hello World")
print "Hello World"
Posted by: Guest on August-24-2020

Code answers related to "Write code to print out the phrase “Hello World”."

Python Answers by Framework

Browse Popular Code Answers by Language