Jak zrobić małe tekst w Pythonie

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

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