Post

Python Programming
Python Programming@PythonPr·
Python Quiz: What is The Output? 🐍🐍🐍
Python Programming tweet media
English
12
5
60
9.4K
Coding Computing Coach
Coding Computing Coach@CodingComputing·
@PythonPr False. `a` is a list. tuple(a) produces a tuple from `a`. So, it has the same items, in the same order. But within a tuple as the container. As the containers don't match (list vs tuple), the comparison gives False.
English
0
0
2
219
Paylaş