+ 3
Hey guys I'm getting Eof error how do i resolve this
12 Antworten
+ 8
https://code.sololearn.com/cIwxRMkkNfeE/#py
i fixed you code so that there should be no errors.
just make sure you do you input like this
longtie
DT
heres a code to help you understand it
https://code.sololearn.com/WhiNb9BkJUVC/#html
+ 5
SoloLearn allows you only one input :/
The other will be 'ignored'
+ 4
You can’t ask multiple inputs.
+ 4
oh i understand now,guess the problem is from sololearn ide...thanks
+ 3
User_name, user_task=input(). split()
You don't need to convert it to string or add new line it is all by default
Split will return you a list
Input name and task with a space between them
Also correct indentations on 14 th line
0
yes...i think
0
yes i did,on different lines
0
I think there is an indentation issue on 14th line where you print datetime shift it and see
0
Ash if i do doesnt print date and time
0
You are taking multiple inputs on different lines
You need to use split method
0
Ash how to use split method?
0
Julien Quentin try inputting only name without choosing any task