We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a608739 commit e376a08Copy full SHA for e376a08
1 file changed
Work/bounce.py
@@ -1,3 +1,8 @@
1
# bounce.py
2
#
3
# Exercise 1.5
4
+
5
+height = 100
6
+for i in range(10):
7
+ height = height * 3 / 5
8
+ print(round(height,4))
0 commit comments