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
相关文章
相关标签/搜索