Upper Strings

 If u want to convert ur string into upper case you can type:

name = "yash"
var = name.upper()
print(var)