摘要: import sysdef say_heffo_to(whom): num=(1+2)/3*4%5//6 output="Hello{whom},we got the result:zero({num})" print(output) if __name__ =="__main__": print( 阅读全文
posted @ 2023-10-23 15:35 栾天宇 阅读(46) 评论(0) 推荐(0)