【作业批改】task-2-1 数据采集 - 需修改 #1

Open
opened 2026-03-23 23:28:28 +08:00 by gitea_eternal · 0 comments

作业批改结果:需修改 ⚠️

提交文件

  • 06.py

问题

  • 拼写错误requests.grt 应为 requests.get

建议

修改第3行:response = requests.grt(url, params=params)response = requests.get(url, params=params)

得分

80/100


学期间多次未完成作业将影响期末成绩。

## 作业批改结果:需修改 ⚠️ ### 提交文件 - 06.py ### 问题 - **拼写错误**:`requests.grt` 应为 `requests.get` ### 建议 修改第3行:`response = requests.grt(url, params=params)` → `response = requests.get(url, params=params)` ### 得分 80/100 --- 学期间多次未完成作业将影响期末成绩。
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2509165006/task-2-1-data-collection#1
No description provided.