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