Python - Why is the outer bracket not printed in a = ([{}]) ? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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 Respuestas