- 3

Guys why it doesnt working ?

nome = (int(input("Qual seu nome : "))) print ('seja bem vindo',nome,'!')

25th Apr 2021, 3:55 PM
Katdotbrush
Katdotbrush - avatar
2 Respuestas
+ 9
Just remove this (int) from line one. Then ur code will run.
25th Apr 2021, 3:59 PM
Kǟrɨsɦmǟ ❥
Kǟrɨsɦmǟ ❥ - avatar
+ 1
You can put: print('seja bem vindo %s!'%(int(input('Qual seu nome:\n'))))
8th Sep 2021, 8:12 PM
CGO!
CGO! - avatar