Guest User

Untitled

a guest
Apr 26th, 2021
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. def other(stuff):
  2. print(len(stuff))
  3. if stuff[-1] == stuff[0]:
  4. print((stuff[2] + stuff[3]))
  5. if stuff[1] == stuff[2]:
  6. print(stuff[1])
  7. print(stuff[0])
  8.  
Advertisement
Add Comment
Please, Sign In to add comment