+ 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

28th Jun 2019, 7:17 PM
Athena
Athena - avatar
2 Answers
+ 4
There is no "input()" in your code, so there's no way to input something.
28th Jun 2019, 7:21 PM
Luk
Luk - avatar
+ 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
28th Jun 2019, 10:17 PM
Ogoh Augustine
Ogoh Augustine - avatar