Answers for "use input and list on the same string in python"

11

get list input from user in python

a = list(map(int,input("nEnter the numbers : ").strip().split()))
Posted by: Guest on September-17-2020

Code answers related to "use input and list on the same string in python"

Python Answers by Framework

Browse Popular Code Answers by Language