Skip to content

Instantly share code, notes, and snippets.

@abevieiramota
Last active June 16, 2018 23:19
Show Gist options
  • Save abevieiramota/f398ec4a26abf7247f71ce2a1dcacb17 to your computer and use it in GitHub Desktop.
Save abevieiramota/f398ec4a26abf7247f71ce2a1dcacb17 to your computer and use it in GitHub Desktop.
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