Advertisement
smmac72

9

Mar 30th, 2023
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. deatheaters = input().split()
  2. spy = input()
  3.  
  4. if spy in deatheaters:
  5.     deatheaters.remove(spy)
  6. print(deatheaters)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement