Created
August 24, 2019 14:33
-
-
Save fernandezpablo85/16abc2021074c04439262a2a1a249b26 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mi=[] | |
for i in km: | |
mi.append(i/1.61) | |
for i,k in zip(km,mi): | |
print(i,k) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment