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 4a66b5d commit eb9830fCopy full SHA for eb9830f
measurecup.py
@@ -0,0 +1,6 @@
1
+bigCup = 500
2
+smallCup = 300
3
+
4
+requiredWater = bigCup - smallCup
5
6
+print(requiredWater)
0 commit comments