Untitled
unknown
plain_text
5 months ago
211 B
3
Indexable
nome = 'Carol' hobby ='ouvir musica' print(f'olá meu Nome é {nome} e meu hobby é {hobby}') b = 'ba' parte2 = 'nica' a = 'a' r ='ri' parte1 ='eletrô' t ='te' print(f'{b}{t}{r}{a} {parte1}{parte2}')
Editor is loading...
Leave a Comment