1.2 KiB
1.2 KiB
id, title, challengeType, forumTopicId, helpCategory, dashedName
id | title | challengeType | forumTopicId | helpCategory | dashedName |
---|---|---|---|---|---|
5e46f979ac417301a38fb932 | 端口扫描器 | 10 | 462372 | Python | port-scanner |
--description--
使用 Python 创建一个端口扫描器。
你可以访问 Replit 上的完整项目描述和启动代码。
在打开链接之后 fork 该项目。 根据 “README.md” 中的指示完成整个项目,然后在下面提交你的项目链接。
Python 课程的交互式教学部分仍在开发当中。 目前,freeCodeCamp YouTube 频道上的一些视频将会教授你这个项目要求的一些 Python 技能。
- Python for Everybody 视频课程(14 小时)
- Learn Python 视频课程(2 小时)
--hints--
它应该通过所有的 Python 测试。
--solutions--
# Python challenges don't need solutions,
# because they would need to be tested against a full working project.
# Please check our contributing guidelines to learn more.