dde272c4b8
i18n - Build Validation / Validate i18n Builds (24) (push) Has been cancelled
CI - Node.js / Lint (24) (push) Has been cancelled
CI - Node.js / Build (24) (push) Has been cancelled
CI - Node.js / Test (24) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (24) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 24) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 24) (push) Has been cancelled
CD - Docker - GHCR Images / Build and Push Images (push) Has been cancelled
509 B
509 B
id, title, challengeType, videoId, bilibiliIds, dashedName
| id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 5ea9997bbec2e9bc47e94daf | Understanding Sockets and Creating a TCP Server | 11 | F1QI9tNuDQg |
|
understanding-sockets-and-creating-a-tcp-server |
--questions--
--text--
Which of the following functions creates a socket object?
--answers--
socket.bind((host, port))
socket.gethostbyname()
socket.socket(socket.AF_INET, socket.SOCK_STREAM)
--video-solution--
3