Python - Why is the outer bracket not printed in a = ([{}]) ? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antworten