跳到主要内容
CodeWiki
练习
学习路径
学习方向
速查表
试验场
术语表
AI 时代
搜索
⌘K
中文
英语
中文
练习
学习路径
学习方向
速查表
试验场
术语表
AI 时代
中文
英语
中文
练习
/
测验
/
Python
/
Python
对于 def render(source, /, *, compact=False),哪种调用有效?
来自 Python
入门
1分钟
对于 def render(source, /, *, compact=False),哪种调用有效?
render("report", compact=True)
render(source="report", compact=True)
render("report", True)
检查
向 AI 询问这道练习
报告错误
上一道练习
[f() for f in [lambda: i for i in range(3)]] 会产生什么?
测验
下一道练习
写出 Python 按局部、外层、全局、内置顺序查找名称时使用的四字母名称
填空
有新版本可用
重新加载