Answers for "how to say hello in python"

4

how to print hello in python

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

python how to say hello world

my_string = "Hello, World!"
print(my_string)
Posted by: Guest on September-08-2020

Code answers related to "how to say hello in python"

Python Answers by Framework

Browse Popular Code Answers by Language