square-bracket

What is the difference between curly brace and square bracket in Python?

What is the difference between curly brace and square bracket in Python? Question: what is the difference between curly brace and square bracket in python? A ={1,2} B =[1,2] when I print A and B on my terminal, they made no difference. Is it real? And sometimes, I noticed some code use {} and [] …

Total answers: 3