摘要: 【阅读全文】 eval()函数 1、执行一个打印函数 eval("print('Python 集中营')") # Python 集中营 # # Process finished with exit code 0 2、自定义函数执行 def hello_world(): print("Python 集 阅读全文
posted @ 2021-09-14 22:04 Python集中营 阅读(216) 评论(0) 推荐(0)