--- id: 5e46f979ac417301a38fb932 challengeType: 10 --- ## Description
Create a port scanner using Python. You can access the full project description and starter code on repl.it. After going to that link, fork the project. Once you complete the project based on the instructions in 'README.md', submit your project link below. We are still developing the interactive instructional part of the Python curriculum. For now, here are some videos on the freeCodeCamp.org YouTube channel that will teach you some of the Python skills required for this project:
## Instructions
## Tests
```yml tests: - text: 'It should pass all Python tests.' testString: '' ```
## Challenge Seed
## Solution
```py # 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. ```