How to take specific number of inputs using this python statement: Ai=([int(x) for x in input().split()]) where Ai is a variable

后端 未结 0 1651
庸人自扰
庸人自扰 2020-12-16 18:55

Ai=([int(x) for x in input().split()])

Using the above-mentioned statement I want to take make a list from the string input by the user.

I want to limit the nu

相关标签:
回答
  • 消灭零回复
提交回复
热议问题