H = input("Enter a word") if str.startswith(H): print("Yes,", H, "starts with H.") else : print("No,", H, "doesn't start with H!")