Guest User

Untitled

a guest
Apr 24th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. y = [2, 4, 5, 12, 5, 6, 7, 7]
  2. if(y[3] < 5):
  3. y[2] = 0
  4. else:
  5. y[4] = 0
  6. print(y[2] * y[1])
Add Comment
Please, Sign In to add comment