Answers for "input array of string in python"

3

input array of string in python

x = list(map(str, input("Enter the values with spaces between them: ").split()))
Posted by: Guest on October-20-2021

Code answers related to "input array of string in python"

Python Answers by Framework

Browse Popular Code Answers by Language