|
Created by Thomas Hegarty
about 7 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!
There are no comments, be the first and leave one below:
Want to create your own Notes for free with GoConqr? Learn more.