This commit is contained in:
2026-02-09 19:01:56 -06:00
parent 5036ea6ff8
commit bc058e6822
2 changed files with 129 additions and 0 deletions

6
day8/excersise.py Normal file
View File

@@ -0,0 +1,6 @@
dog = {}
dog['color'] = 'white'
dog['breed'] =
dog['legs'] =
dog['age'] =