+ 3
Hi I am new how do u finish and input
Everytime I input something it tells me to put something after my setence I do but I does not work either https://code.sololearn.com/cUjfU4KUGphC/?ref=app
2 Answers
+ 4
There is no "input()" in your code, so there's no way to input something.
+ 1
They is no input in your code..
X = input ("enter your name: ")
Print("my name is" + "," + x )
This is how to use an input
#output
enter your name: austine
My name is Austine