This commit is contained in:
7
shared/notes-and-examples/2026.03.04/homework.py
Normal file
7
shared/notes-and-examples/2026.03.04/homework.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# Homework:
|
||||
# Make the Dictionary class work for any length string. Use any method you can think of.
|
||||
|
||||
# The following should work:
|
||||
# sample_dict = Dictionary()
|
||||
# sample_dict.set("test string", "test value")
|
||||
# sample_dict.set("foo", "bar")
|
||||
Reference in New Issue
Block a user