
김빠진콜라
Can you input multiple values with Python input?
Is there a way to receive multiple values at once?
For example, when I want to input age, name, and hobbies in succession, is there a way to do it in one go instead of writing input('이름')
three times?
Pythoninput
Comment
No comment