Looking to write your first program in Python? The good thing is that you do not need to have any program installed on your system to get started, you can use online notebooks to get started!
We will be using Google Colab: https://colab.research.google.com/ to write our Hello World! program.
- Go to: https://colab.research.google.com (you must be logged into your Gmail account)
- Click on New Notebook
- Now simply type the below code in the box :
print("Hello, World!");
- Now click the Run Botton. It would take a while to run for the first time.
- Soon you should see "Hello, World!" printed as the Output!
- You can also press Control + Enter to run or re-run the program (code snippet)

Comments:
- Yes! This was easy! Thank you for helping me get started with Python Programming.
ab2k 12 Sep 2020 11:11:33 GMT
- Further comments disabled!
This is not an AI-generated article but is demonstrated by a human.
Please support independent contributors like Code2care by donating a coffee.
Buy me a coffee!
