1. Python Installation - tomaslt99/Python-language-tutorials GitHub Wiki

Python language installation - Windows


Run 1st code PyCharm > File > Create New Project > Name “hello_world” & insert code:

print("Hello World")

Click "Run ‘main’".

Output:

Hello World