Untitled
unknown
python
2 years ago
93 B
10
Indexable
velocidade = 110
print('Você foi multado') if velocidade > 100 else print('Siga em frente')Editor is loading...
Leave a Comment
velocidade = 110
print('Você foi multado') if velocidade > 100 else print('Siga em frente')