摘要: class Course9: def Test1(self=0): word = "This's a test" # print(type(word)) i = len(word) while i > 0: print(word[0:i - 1]) i -= 1 def Test2(self=Non 阅读全文
posted @ 2022-08-02 15:47 xxxyz 阅读(131) 评论(0) 推荐(0)