+ 1
Solve plz
When input= rahul why it does not following if statement and i want space between statements and input in output https://code.sololearn.com/cYH1xPcwYOyn/?ref=app
3 Respostas
+ 4
Aayush Jat
Because your passed parameter is wrong. Do this
freecouple(g)
+ 4
you should pass the g variable as param to the function .
you're passing here the string 'g' not the variable
g is not the same as 'g'
+ 3
Put a newline character ("\n") at the end of your input string.
g=input("please enter your name\n")