Intro To Python
Intro To Python
What is Python?
python3 --version
3. Verify Installation:
python3 -V
Your First Program
Instructions:
print(“Hello World!”)
- Execute it by typing:
python3 filename.py
Exercise
Happy Coding!!
*********
Next Lesson
Python Basics
- https://www.python.org/shell/
- https://repl.it/languages/python3
- https://www.tutorialspoint.com/execute_python3_online.php
- https://trinket.io/python3