Get link Facebook X Pinterest Email Other Apps September 28, 2019 Input space seperated integers Get a list of space seperated integers.And also print the list given. Code: a=list(map(int,input().split())) print(a) Get link Facebook X Pinterest Email Other Apps Comments
September 28, 2019 HELLO WORLD! Print "Hello World!" (using python) Code: print("Hello World!") Read more
Comments
Post a Comment