#index operator in python name = input("What is your name?: ") if (name[0].islower()): print(name.capitalize())