Files

560 B
Raw Permalink Blame History

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5ea9997bbec2e9bc47e94daf Розуміння сокетів і створення TCP-сервера 11 F1QI9tNuDQg
aid bvid cid
848005038 BV1bL4y1a7kJ 409034113
understanding-sockets-and-creating-a-tcp-server

--question--

--text--

Яка з наступних функцій створює об'єкт Сокет?

--answers--

socket.bind((host, port))


socket.gethostbyname()


socket.socket(socket.AF_INET, socket.SOCK_STREAM)

--video-solution--

3