Learn Python 3 the Hard Way 學習筆記 ex6-10(持續更新)

EX6 X = f"some stuff here {a variable}" Y = f"some other stuff {another var}" Print(f" {X} ") eg. hilarious = False joke_evaluation = "Isn't that joke so funny?! {}" print(joke_evaluation.format
相關文章
相關標籤/搜索