Python - Fill in the blanks

前端 未结 0 1760
时光说笑
时光说笑 2020-12-30 02:54
__1__ foo():
for i in range(5):
    __2__ 2 * i + 1
__3__ = foo()

for i in bar:
  print(i)

output: 1 3 5 7 9

Please fill in

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