Python Tutorials [How to print Hello World] [1]
Python Tutorials [How to print Hello World] [1]
print("Hello, World!") As easy that. No need for semi colon or anything! "print" is printing text that is in "" to the console. Congrats on your first lesson :D
0 comments