Last active
June 16, 2018 23:19
-
-
Save abevieiramota/f398ec4a26abf7247f71ce2a1dcacb17 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
tempo = int(input('Diz a velocidade aí: ')) | |
espaco = int(input('Dis o espaço aí: ')) | |
velocidade = espaco / tempo | |
print('A velocidade é ', velocidade) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment