NOBLE-_-MAN

Задача1

Oct 6th, 2020 (edited)
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. set1 = input()
  2. set2 = input()
  3. print(set(set1)-set(set2))
Add Comment
Please, Sign In to add comment