Python tests
@python_testit
7.53K
subscribers
490
photos
2
videos
45
links
Тесты и задания python разработчиков
По всем вопросам-
@notxxx1
@ai_machinelearning_big_data
- машинное обучение
@programming_books_it
- бесплатные it книги
@pythonl
-
🐍
@ArtificialIntelligencedl
- AI
@datascienceiot
-ds книги
加入频道
Join
Python tests
7.53K subscribers
Python tests
Какой из следующих кодов вызовет исключение?
Anonymous Quiz
16%
# test
49%
a = {1, 2, \
#comment
3,4}
35%
a = {1, 2,
#comment
3, 4}