0
There is something wrong with your code..
"How many arguments are in this function call? range(0, 100, 5)" This was a asked in Module 3, Lesson 1, Question 3. I put its answer as 20 but it said it to be wrong, when I unlocked it, it was 3. When I tried running that in VS Code, it called 20 arguments. Is there something wrong with my VS Code or something wrong with the course question?
2 ответов
+ 5
3: 0, 100, 5
20 is the number of the returning elements
+ 1
Thank you, I understood it.