Exercise: Create Python List I
Here, we try to create a list of numbers, but the code is incomplete. Complete it to create a valid list. The
print
statement should output True
.
Python
Setting up Python environment...
Output