Print in Python

From Interaction Station Wiki
Revision as of 14:01, 28 August 2024 by WangN (talk | contribs)
Jump to navigation Jump to search

Python print() Function

Print a message

 print("Hello World")

Print more than one object:

print("Hello", "how are you?")


source: https://www.w3schools.com/python/ref_func_print.asp