Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.26 KB | None | 0 0
  1. alpha = ['a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x,','y','z']
  2. while True:
  3.     s = input("type ")
  4.     s = []
  5.     for i in range (0,len(s)):
  6.         count = s.count("a")
  7.         print("The count of is:,", count)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement