Confused Beginner learning Python

前端 未结 0 1505
温柔的废话
温柔的废话 2020-12-11 05:15

I am working on a problem in Python and don\'t understand the answer.

for number in range(1, 10): if number % 2 == 0: print(number)

The answer to this problem

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