Skip to content

Commit 4a7a9ba

Browse files
committed
lab 2 unit converter finished
1 parent 524e757 commit 4a7a9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/Andy/python/lab02_unit_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
distance = int(distance)
4141
total = distance * calling
4242

43-
print(f"{distance} {units} is {total} Meters")
43+
print(f"{distance} {units} is {total} Meters")

0 commit comments

Comments
 (0)