Advertisement
IvaSerge

Untitled

Sep 6th, 2016
8,307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. for i, j in zip(list1, list2):
  2.     if i == 1:
  3.         d = "Первый"
  4.     elif j == 0:
  5.         d = "Второй"
  6.     elif j == 1:
  7.         d = "Третий"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement