Skip to main content
Search
Search This Blog
ARUNISH RAJPUT
This is my online reference for my programming works.
Pages
Home
Projects
Resume
About
Contact Me
More…
Connect with me:
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
Labels
Calculator
Data
Python
Posted on
Thursday, October 20, 2022
CM to KM & M converter
#CM to KM & M converter CM = float(input('Enter value in CM:')) M = CM/100 KM = M//1000 M = M-(KM*1000) print (CM,'CM =',KM,'KM',round(M,2),'M')
Click Here To Copy
Comments
Popular Post
Posted on
Friday, October 14, 2022
Make BMW car logo in python turtle graphics
Comments
Post a Comment