← 返回题库
高级

Movie Database

未完成

示例

输入
solve(database, "Gone with the Python", "Victor Pything", 2017, 116); solve(database, "Pythons on a Plane", "Renny Pytholin", 2001, 94)
期望输出
[{'name': 'Gone with the Python', 'director': 'Victor Pything', 'year': 2017, 'runtime': 116}, {'name': 'Pythons on a Plane', 'director': 'Renny Pytholin', 'year': 2001, 'runtime': 94}]
Python 代码 🔒 登录后使用
🔒

登录后即可练习

注册免费账号,在浏览器中直接运行 Python 代码