Untitled
unknown
python
a year ago
93 B
8
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')