Jak wydrukować tekst w Pythonie
print("any text goes here")
#prints out -> any text here
Ugly Unicorn
print("any text goes here")
#prints out -> any text here