pull/131/head
alanbjohnston 4 years ago committed by GitHub
parent f510de28c0
commit 8d59402abf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ if (choice == '2'):
elif (choice == '3'):
for i in list(range(3)):
lat = input("\nType your latitude (South is negative):"): ")
lat = input("\nType your latitude (South is negative): ")
try:
latitude = float(lat)
print(latitude)
@ -57,7 +57,7 @@ elif (choice == '3'):
print("Not a number!")
for i in list(range(3)):
long = input("\nType your longitude (West is negative):"): ")
long = input("\nType your longitude (West is negative): ")
try:
longitude = float(long)
print(longitude)

Loading…
Cancel
Save

Powered by TurnKey Linux.