Logo

Programming-Idioms

History of Idiom 1 > diff from v97 to v98

Edit summary for version 98 by programming-idioms.org:
[Python] Prefered doc: Python3

Version 97

2020-05-04, 15:50:29

Version 98

2020-05-04, 15:53:04

Idiom #1 Print Hello World

Print a literal string on standard output

Idiom #1 Print Hello World

Print a literal string on standard output

Code
print("Hello World")
Code
print("Hello World")
Comments bubble

Doc URL
https://docs.python.org/2/library/future_builtins.html
Doc URL
https://docs.python.org/3/library/functions.html#print