My question is string base '''''''' first line second line''''' this is the input, then how to output | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

My question is string base '''''''' first line second line''''' this is the input, then how to output

8th Nov 2019, 7:37 AM
Vijaykumar Kumar
Vijaykumar Kumar - avatar
2 Answers
0
Which language?
8th Nov 2019, 8:02 AM
Rik Wittkopp
Rik Wittkopp - avatar
0
Python example x = input() y = input() print(x,y)
8th Nov 2019, 8:04 AM
Rik Wittkopp
Rik Wittkopp - avatar