Solve 6.18 LAB
This commit is contained in:
parent
b434e7f74f
commit
b7f73fb1f0
|
@ -0,0 +1,4 @@
|
|||
user_input = input().split()
|
||||
|
||||
for element in user_input:
|
||||
print(element, user_input.count(element))
|
Loading…
Reference in New Issue