WitchBlade

Untitled

Sep 5th, 2019
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. n = int(input())  
  2. i = 1
  3. for i in range (n):
  4.     gg = int(input())
  5.     if gg > 437:
  6.         print('Crash', i)
  7. else:
  8.     print('No crash')
Add Comment
Please, Sign In to add comment