for i in range(0,68):
print(i)
nums=[range(0,67)]
print(list(nums))
This is what I know in Python to create numbers from 0 to 67 and the error is
Activity: 7.15.8 ActiveCode (assess_ps_02_09)
Result Actual Value Expected Value Notes
Fail [None] [0, 1..., 67] Testing that nums is a list that contains the correct elements.
You passed: 0.0% of the tests