+ 1
About sololearn code coach
Hello, Does anybody know that how can I get the quiz input and show output it via python code
5 Answers
0
Yes, input as input(), output as print().
+ 1
Thanks
0
Have you already studied Python? If not, or you're just beginning, I'd recommend to postpone code coach.
It's all in the tutorial, with a bit of study and practice you'll figure it out alone, which will make for a better learning effect.
0
you get input by input()
the output is shown in the first and second cases.
i'm not sure what are you trying to accomplish.
0
Yes,I know python as a noob,
Do you mean that I should use sth like this
X = input()