01. Computer programming and Python fundamentals
Python
Easy and intuitive programming language
Free and open source
Can be widely used for a variety of tasks
→ To create a Python file, need to use .py extension.
→ To run a Python script use python3 <file_name.py>
Print function - print()
>>> ...
python-beginner.hashnode.dev10 min read