一、过7

1 start =1
2 while start<=10:
3     if start !=7:
4         print(start)
5     start +=1
View Code

相关文章:

  • 2021-08-18
  • 2022-12-23
  • 2022-01-07
  • 2021-08-01
  • 2021-12-16
  • 2021-10-31
猜你喜欢
  • 2021-06-28
  • 2021-05-20
  • 2021-06-06
  • 2021-06-11
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
相关资源
相似解决方案