Answers for "how to send multiple input to python class"

0

How to take multiple input form python

n=input()# no of inputs
n =int(n)
for i in range(n):
  y=input()
  print(y)
Posted by: Guest on June-19-2021

Code answers related to "how to send multiple input to python class"

Python Answers by Framework

Browse Popular Code Answers by Language