input:- 4 5 6 7 8 (or) 4,5,6,7,8 (or) 4 5 6 7 8 output :- Just print that array
Here in python I can use arr = list(map(int,input().split(\' \'))) but how to read arr