Jak przekonwertować dane wejściowe na górną część w Pythonie

string = str(input("Your name:- ")).upper()
print(string)
Programmer of empires