Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 351 Bytes

print.md

File metadata and controls

9 lines (5 loc) · 351 Bytes

print()

print() is a function that "prints" or displays whatever is inside the parentheses in the terminal window.

For example, running print("Hello World!") will output the string 'Hello World' to the terminal window.

Tutorials

  • See the possibilities with print() on w3schools.