摘要: python 3.5 (aistudio) 里用 f-string try: from ww import f except ImportError: !pip install ww finally: from ww import f a = 10 print(f('a={a}')) jupyter 阅读全文
posted @ 2019-07-23 10:43 mikeee 阅读(244) 评论(0) 推荐(0) 编辑