You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
string = "Don’t be intimidated by what you don’t know. That can be your greatest strength and ensure that you do things differently from everyone else."
print(string)
character = input("Enter character : ")
print("letter repeat ", string.count(character), "times in above string")