Skip to content

Commit 3d83573

Browse files
authored
Create NP93.py
1 parent 4aecd70 commit 3d83573

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NP93.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
s = input().split(' ')
2+
print(sorted(set(s)))

0 commit comments

Comments
 (0)