Answers for "python how do i print"

3

python print

print("type what you want to be printed")
Posted by: Guest on July-06-2020
4

how to print in python

'''
print - > this is a statement
use brackets and quotation marks ("") or ('')
whatever you want to say put in the brackets
'''
print("Hello World")
Posted by: Guest on May-05-2020

Code answers related to "python how do i print"

Python Answers by Framework

Browse Popular Code Answers by Language