Skip to content

Simple one page python projects, easy to understand and useful to improve your knowledge.

Notifications You must be signed in to change notification settings

ayushchauhan101/simple-python-projects

Repository files navigation

Simple-python-projects

Simple single python projects, easy to understand and useful to improve your knowledge.

Basic python syntax before you begin:

To print

print('hello world')

Take input

input('give an input')

Declare variable

variable_number = 30
variable_name = 'name'

Commands:

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.

About

Simple one page python projects, easy to understand and useful to improve your knowledge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages