Answers for "what is the print statement"

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
1

what is a print statement

print("text goes here")
Posted by: Guest on December-16-2019

Code answers related to "what is the print statement"

Python Answers by Framework

Browse Popular Code Answers by Language