sona 💎🎩
@shirin
from collections import Counter def count_characters(s): return Counter(s) print(count_characters("hello world")) These ideas will help you improve your programming skills and introduce you to different concepts in programming.
6 replies
0 recast
139 reactions