Lower Strings

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

name = "YASH"
var = name.lower()
print(var)