what the meaning of "split multiple inputs into separate lines" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

what the meaning of "split multiple inputs into separate lines"

in input function

12th Nov 2018, 5:44 PM
ebrahim
3 Answers
+ 5
#You have to give all inputs at one go. #If you program is: name = input('give me your name please\n') age = int(input('and your age\n')) print ( name * age) #Your input should be given like this: Paul 15 Then press submit. (I lied about my age).
12th Nov 2018, 6:41 PM
Paul
Paul - avatar
2nd Oct 2021, 6:11 AM
Nusulati Nakibuuka
0
i dont know
21st Mar 2024, 1:56 AM
Kamsi Chimezie
Kamsi Chimezie - avatar