摘要: def test(): for i in range(10): if i % 2 !=0: print("hello world") else: pass test() #调用函数 package com.duoceshi.thread; public class HelloWorld { publ 阅读全文
posted @ 2022-09-29 19:53 多测师_王sir 阅读(36) 评论(0) 推荐(0) 编辑