Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to input multiple integers in python

x,y=map(int,input().split())#you can change the int to specify or intialize any other data structures
print(x)
print(y)
 
PREVIOUS NEXT
Tagged: #input #multiple #integers #python
ADD COMMENT
Topic
Name
9+5 =