i try to get some distance but i cant find the correct form to do tha. i would like some help form the experts.
distance = input()
speed = input()
tiempo = ( distance / speed )
print("Time: ")
have 2 variables "distance & speed" i cant find the correct form to make a division on it. thats the first probem. the 2nd its for these variables i have an other variable defined for each. i try to get the info on 1 variable then put this info in other variable. hmm its hard to explain.
ciudad1 = input()
MPH = input()
distancia = "ciudad1"
velocidad = "MPH"
tiempo = ("ciudad1" / "MPH")
print(Fore.WHITE +"time: ")
i try to do that but i need some help.