Answers for "what can print function do"

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

Python Answers by Framework

Browse Popular Code Answers by Language