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