Created by Thomas Hegarty
over 6 years ago
|
||
Python 3.2 The print function allows the user to tell the computer to output something to the user that is running the program. Fro example if a user wanted the computer to output Hello World! the user would do the following: print("Hello World!") The output of the code would then be: Output: Hello World!
Want to create your own Notes for free with GoConqr? Learn more.