2023年3月29日

实验2 字符串和列表

摘要: task1.py x = 'nba FIFA' print(x.upper()) print(x.lower()) print(x.swapcase()) print() x = 'abc' print(x.center(10, '*')) print(x.ljust(10, '*')) print 阅读全文

posted @ 2023-03-29 20:20 Yli。 阅读(10) 评论(0) 推荐(0) 编辑

导航