Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Commit cefaff0

Browse files
committed
Update canvas example
1 parent fdd587b commit cefaff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/python/exercises/exercise-general-week-08-012--05.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
4: {"name": "Name4", "last": "Last Name4"},
1212
}
1313

14-
t, o, size = 10, 40, 200
14+
t, o, size = 30, 50, 190
1515
for i in D.keys():
1616
# ----------------------------------------------------
1717
top = t+(o*(i-1))

0 commit comments

Comments
 (0)