Tech C**P
@technical_notes
15
subscribers
161
photos
9
videos
59
files
304
links
مدرس و برنامه نویس پایتون و لینوکس
@alirezastack
Download Telegram
Join
Tech C**P
15 subscribers
Tech C**P
Python offers
count
method that be used in order to see how many of a specific character exists in a string:
> number = '+982111111111****1'
> number.
count
('*')
4
That's how it works. Great tiny tool.
#python
#count