A set of 27 challenges. All are written against python2, not python3 as I normally use.
This repository has been archived on 2025年07月29日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- Python 100%
|
|
||
|---|---|---|
| 1.py | Write a program that will display a joke | |
| 2.py | Write a program that will ask you for your name. | |
| 3.py | Display the volume of a cuboid | |
| 4.py | Time Distance Speed converter | |
| 5.py | Fixed bug where seconds was incorrect | |
| 6.py | Guess after 10 seconds has elapsed | |
| 7.py | Type the alphabet as quickly as you can! | |
| 8.py | DOB under 18 calculator | |
| 9.py | Playing card generator | |
| 10.py | Rock Paper Scissors game | |
| 11.py | Logic gates | |
| 12.py | Factorise numbers | |
| 13.py | Number decrement game | |
| 14.py | Higher/Lower guessing game | |
| 15.py | Count words in a sentence | |
| LICENSE | Initial commit | |
| README.md | Initial commit | |
27_programming_challenges
A set of 27 challenges. Descriptions will be in comments in the source code.