Practical Coding in Python

Learn to write and validate your own code

Darren Kessner, PhD

(revised September 1, 2025)

Previous: hello_loops

hello_algorithms

Output:

s:  Dr. Kessner
find_E(s): 5
count_E(s): 2

sum(3): 6
sum(4): 10
sum(5): 15

Next: