I'm not very old in programming,
I wanna input a number (n
) and depending on it, I wanna input n integers separated with one space using
while loop(e.g)
I tried:
a = list(map(int, input().split()))
but I found that I can input number of integers exceed the value n
Very hopeful to help me Thanks in advance