scan space seperated integers in python using map

90

scan space seperated integers in python using map -

inp = list(map(int,input().split()))

Comments

Submit
0 Comments