6
I have a script that receives a string. I need to receive this string and add it to its key ends. I have a problem when placing:
variavel = input('informe um valor')
print(f'{variavel} aqui vem um texto.')
I want the return of function print()
these keys appear, without the user having to type them. As above, the variable appears as it was typed by the user.
Thank you! That’s right!
– Gabriel