Simple single python projects, easy to understand and useful to improve your knowledge.
To print
print('hello world')Take input
input('give an input')Declare variable
variable_number = 30
variable_name = 'name'run a program:
py file.py
install a python package:
pip install <package-name>
Please give a star if you find this helpful and to save this repo for future reference.