Skip to content

Commit 8e34fde

Browse files
committed
2 parents 759aca1 + 950772d commit 8e34fde

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
A collection of exercises, geared toward practising the fundamentals of python programming including list comprehension, functions, dictionaries and loops.
2+
3+
Also includes the some simple functions for string manipulation and numeric operations including:
4+
- a time conversion function
5+
- a function to find the longest word in a string
6+
- summing up numbers in a list or range
7+
- word capitaliser
8+
9+

0 commit comments

Comments
 (0)