Difference between revisions of "Print in Python"
Jump to navigation
Jump to search
(Created page with "-------------------------- source: https://www.w3schools.com/python/ref_func_print.asp") |
|||
Line 1: | Line 1: | ||
+ | Python print() Function | ||
+ | |||
+ | Print a message | ||
+ | |||
+ | print("Hello World") | ||
+ | |||
-------------------------- | -------------------------- | ||
source: https://www.w3schools.com/python/ref_func_print.asp | source: https://www.w3schools.com/python/ref_func_print.asp |
Revision as of 13:57, 28 August 2024
Python print() Function
Print a message
print("Hello World")