摘要: name = "jack" print(f"i'm {name}") print(F"i'm {name}") print("{1} and {0}".format("eggs", "spam")) print("this {food} is {adjective}".format(food="sp 阅读全文
posted @ 2024-10-14 11:04 EPIHPANY 阅读(49) 评论(0) 推荐(0)