Advertisement
j0h

ifElse?

j0h
Dec 8th, 2014
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. #I Forgot Colons!
  2. for i in range(0, 3):
  3.         if a[i] > 180 or a[i] < 0:
  4.                 exit
  5.         else:
  6.                 a[i]
  7.  
  8. #So Embarrassed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement