fork download
  1. # your code goes here
Success #stdin #stdout 0.1s 14096KB
stdin
sonnd_speed = 340
time =int(input(" Скільки секунд ви нарахували між спалахом блискавки та удару громом"))
distance = time*sound_speed
message = "Удар блискавки стався за %s кс від вас"
print(message % distance)
stdout
Standard output is empty