Advertisement
Tiberium

Untitled

Sep 20th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.22 KB | None | 0 0
  1. from collections import Counter
  2. print("Кол-во символов в строке: " + str(Counter(list(''.join(input("Введите строку!: ").lower().split())))[input("Введите символ!: ").lower()]))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement