Mundo em Python

Escrever um texto

cor = str(input("Indica a tua cor favorita: "))
print(f'A tua cor favorita é {cor}')
0