468 B
468 B
id, challengeType, isHidden, videoId
id | challengeType | isHidden | videoId |
---|---|---|---|
5ea9997bbec2e9bc47e94db1 | 11 | false | jYk9XaGoAnk |
Description
Tests
question:
text: |
What is the correct command to install the Python 3 version of the `python-nmap` library?
answers:
- |
`sudo apt install python-nmap`
- |
`pip install python-nmap`
- |
`pip3 install python-nmap`
solution: 3