Ответы 1

  • max_speed = 0 count_over_sixty = 0 sum_speed = 0 count_cars = 0 while True: speed_str = input() if speed_str == '0': break try: speed = int(speed_str) if speed < 1 or speed > 250: print('Ошибка') else: count_cars += 1 if speed > max_speed: max_speed = speed if speed > 60: count_over_sixty += 1 sum_speed += speed if speed > 60 and speed = 30 and speed
  • Добавить свой ответ

Войти через Google

или

Забыли пароль?

У меня нет аккаунта, я хочу Зарегистрироваться

How much to ban the user?
1 hour 1 day 100 years