入力:
359716482
867345912
413928675
398574126
546281739
172639548
984163257
621857394
735492861
私のコード:
print("Enter the array:\n")
userInput = input().splitlines()
print(userInput)
ここでの私の問題はuserInput
、最初の行の値のみを取り込んでいますが、最初の行の後の値を取り込んでいないようです?