So erstellen Sie in Python Kleinbuchstaben -Text

y = text = "HI THIS IS HUSSEIN ASADI FROM IRAN"

y = text.lower()
print(y)
husseinpenart