Solve 6.18 LAB

This commit is contained in:
Joe S 2021-02-14 19:38:31 -05:00
parent b434e7f74f
commit b7f73fb1f0
1 changed files with 4 additions and 0 deletions

4
6/6.18 LAB/main.py Normal file
View File

@ -0,0 +1,4 @@
user_input = input().split()
for element in user_input:
print(element, user_input.count(element))