Comment imprimer du texte en python
print("any text goes here")
#prints out -> any text here
Ugly Unicorn
print("any text goes here")
#prints out -> any text here
# im new to python
text="test"
print(text)