Closed vvvin333 closed 1 year ago
Describe the issue seq function does not work properly with start=0 due to there is wrong check for None (default) value.
for i in seq(0, start=0): print(i)
starts from 1 but not from 0 as expected.
Expected behavior seq(0, start=0) should start from 0
seq(0, start=0)
Versions
Describe the issue seq function does not work properly with start=0 due to there is wrong check for None (default) value.
starts from 1 but not from 0 as expected.
Expected behavior
seq(0, start=0)
should start from 0Versions