Python - Why is the outer bracket not printed in a = ([{}]) ? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse