Answers for "text input with list"

-1

list input python

a = list(map(eval,input("please input numbers:").split(",")))
Posted by: Guest on October-22-2021

Python Answers by Framework

Browse Popular Code Answers by Language