Answers for "what does print do"

5

How print ?

#def test
print("Hello, world!") #for text
print(test) #for variable
print("Hello,", test) # for text + variable
Posted by: Guest on February-17-2021

Python Answers by Framework

Browse Popular Code Answers by Language