1
0
Fork
You've already forked 27_programming_challenges
0
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%
Find a file
5225225 0e9ff2e06a Count words in a sentence
It's somewhat cheating, though. It mostly works though
2014年09月25日 19:17:01 +01:00
1.py Write a program that will display a joke 2014年09月24日 16:04:24 +01:00
2.py Write a program that will ask you for your name. 2014年09月24日 16:07:00 +01:00
3.py Display the volume of a cuboid 2014年09月24日 16:16:29 +01:00
4.py Time Distance Speed converter 2014年09月24日 18:10:30 +01:00
5.py Fixed bug where seconds was incorrect 2014年09月25日 07:28:24 +01:00
6.py Guess after 10 seconds has elapsed 2014年09月25日 07:35:12 +01:00
7.py Type the alphabet as quickly as you can! 2014年09月25日 07:49:28 +01:00
8.py DOB under 18 calculator 2014年09月25日 17:43:53 +01:00
9.py Playing card generator 2014年09月25日 18:27:52 +01:00
10.py Rock Paper Scissors game 2014年09月25日 18:28:04 +01:00
11.py Logic gates 2014年09月25日 18:36:30 +01:00
12.py Factorise numbers 2014年09月25日 18:47:01 +01:00
13.py Number decrement game 2014年09月25日 19:02:37 +01:00
14.py Higher/Lower guessing game 2014年09月25日 19:13:09 +01:00
15.py Count words in a sentence 2014年09月25日 19:17:01 +01:00
LICENSE Initial commit 2014年09月24日 15:55:11 +01:00
README.md Initial commit 2014年09月24日 15:55:11 +01:00

27_programming_challenges

A set of 27 challenges. Descriptions will be in comments in the source code.