Files
miyaliu666 3ea2fe4f77 feat(i18n,curriculum): add Bilibili ids for Chinese (#43564)
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2021-10-01 09:54:12 +05:30

491 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5ea9997bbec2e9bc47e94db1 Developing an Nmap Scanner part 1 11 jYk9XaGoAnk
aid bvid cid
805657338 BV1o34y1S7zf 414718986
developing-an-nmap-scanner-part-1

--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

--video-solution--

3