Untitled

mail@pastecode.io avatar
unknown
plain_text
a month ago
130 B
3
Indexable
Never
a, b, c, d, e = 'é', 'MELHOR', 'QUE', 'feito', 'perfeito'

print(f'{a.upper()} {b.lower()} {d.upper()} {c.lower()} {e.upper()} ')
Leave a Comment