Discuss / Python / 交作业。

交作业。

Topic source

print(list([x for x in range(1,101) if x%2==1]))


  • 1

Reply