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