Python - Why is the outer bracket not printed in a = ([{}]) ? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Python - Why is the outer bracket not printed in a = ([{}]) ?

a = ([{}]) print(a) # outputs [{}] instead of ([{}]) What type of concept is this?

29th Oct 2020, 8:27 PM
Solus
Solus - avatar
0 ответов