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
Monday, October 24, 2022
KM & M to KM Converter
# KM & M to KM Converter a = float(input('Enter valur in KM : ')) b = float(input('Enter value in M : ')) c = a/1 d = b/1000 e = c+d print(a,'KM &',b,'M =',e,'KM')
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