for i in range(n - 1):
nums = int(input('Enter numbers: '))
INPUT:
Enter numbers: 1
Enter numbers: 2
Enter numbers: 3
Enter numbers: 4
This is the output I am getting but I want the output to be in a single line, numbers that I am entering should be in a single line like 1 2 3 4. No commas no apostrophe
Please tell any solution
jointo get your output