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
print("This is a two-player game. Any user needs to enter a text and each needs to select one of the two options :\n1.The number of substrings starting with vowels will be higher\n2.The number of substrings starting with consonants will be higher")
s = input("Enter any text : ")
user1 = input("Enter the name of player who chose option 1 :")
user2 = input("Enter the name of player who chose option 2 :")