python 3

 
while a<50:
    print a
    a=a+1
else:
    print"over."

 

 

相关文章:

  • 2021-08-02
  • 2021-08-02
  • 2022-12-23
  • 2021-07-27
  • 2022-12-23
  • 2022-01-08
  • 2021-05-16
  • 2022-01-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
  • 2021-11-11
  • 2022-12-23
相关资源
相似解决方案