Exercises (Legacy)¶
Exercises from the good/bad ol’ PDF slides. Dependencies in the order they appear there - this is expected to bring the covered topics in order.
Contents¶
- Exercise: Digit to English Word
- Exercise: Primeness (
while
) - Exercise: Primeness (
for
) - Exercise: Determine Maximum of Two Numbers (Function)
- Exercise: Determine Maximum of Two Numbers
- Exercise: Mixed List (Interactive Interpreter)
- Exercise: Mixed List (Executable Program)
- Exercise: Dictionary: Errors?
- Exercise: Primeness (Function)
- Exercise: Function:
uniq()
- Exercise: Functions:
join()
- Exercise: String (Right-Justify)
- Exercise: Counting Lines, Words, Characters
- Exercise: Reverting Lines of a File
- Exercise: Eliminate Empty/Comment-Only Lines
- Exercise: Parsing
/etc/passwd
- Exercise: Generator:
uniq()
- Exercise: Generator: Fibonacci