Skip to content

Commit 3bebc57

Browse files
committed
delete the code
1 parent 85ac5e4 commit 3bebc57

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

intermediate.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,3 @@
189189
# force = (g*(m1 * m2))/r*r
190190
# print(str(force) + "N")
191191

192-
# Get a length in mm and convert to m and km
193-
mm=float(input('enter the length in mm: '))
194-
m=mm*0.001
195-
km=mm*0.000001
196-
print("Millimeter "+str(mm)+"is converted into "+str(m)+" meters")
197-
print("Millimeter "+str(mm)+"is converted into "+str(km)+" kilometers")

0 commit comments

Comments
 (0)