Skip to content

isisabraham/python-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

42 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🐍 python-exercises


πŸ“‚ Repository Structure

python-exercises/
β”‚
β”œβ”€β”€ 00_pdf/ # Exercise lists and supporting material
β”‚ └── python-exercises.pdf
β”‚
β”œβ”€β”€ 01_sequential/ # Sequential structure exercises
β”‚ β”œβ”€β”€ ex001_hello_world/
β”‚ β”‚ └── main.py
β”‚ β”œβ”€β”€ ex002_number_input/
β”‚ β”‚ └── main.py
β”‚ ...
β”‚
β”œβ”€β”€ 02_conditionals/ # Decision structure exercises
β”‚ β”œβ”€β”€ ex001_larger_of_two/
β”‚ β”‚ └── main.py
β”‚ β”œβ”€β”€ ex002_positive_or_negative/
β”‚ β”‚ └── main.py
β”‚ ...
β”‚
└── README.md # Project documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages