Skip to content

Commit 950772d

Browse files
authored
Update README.md
1 parent fa4c82d commit 950772d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
A collection of exercises, geared toward practising the fundamentals of python programming including list comprehension, functions, dictionaries and loops.
22

3-
Also includes the some different functions as required for the Maker's initial assessment.
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)