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 524e757 commit 4a7a9baCopy full SHA for 4a7a9ba
code/Andy/python/lab02_unit_converter.py
@@ -40,4 +40,4 @@
40
distance = int(distance)
41
total = distance * calling
42
43
-print(f"{distance} {units} is {total} Meters")
+print(f"{distance} {units} is {total} Meters")
0 commit comments