Answers for "why cant we take two inputs in python"

0

get multiple inputs in python

x = list(map(int, input("Enter multiple values: ").split()))
print("List of students: ", x)
Posted by: Guest on December-25-2021

Code answers related to "why cant we take two inputs in python"

Python Answers by Framework

Browse Popular Code Answers by Language