How many arguments are in this function call? range(0, 100, 5) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How many arguments are in this function call? range(0, 100, 5)

answer: 3

11th Nov 2020, 8:29 AM
Mark Angelo Aunzo
Mark Angelo Aunzo - avatar
6 Answers
11th Nov 2020, 9:09 AM
Simba
Simba - avatar
+ 1
There is 3 Argument in that function call
2nd Dec 2022, 1:45 PM
Naufal Muhammad
Naufal Muhammad - avatar
0
****** In This Function Has 3 Argument. ****** x=0 for i in range(0,100,5): x+=1 print(x)
1st Oct 2022, 9:12 AM
Younes Fayand
Younes Fayand - avatar
0
If you use a loop, this function will be repeated 20 times. BUT THIS FUNCTION(range(0,100,5) HAVE 3 ARGUMENT.
1st Oct 2022, 9:16 AM
Younes Fayand
Younes Fayand - avatar
0
Its 3
2nd Jan 2023, 7:57 AM
Sofiane Oumokrane
Sofiane Oumokrane - avatar
- 1
20
11th Nov 2020, 9:05 AM
Krish
Krish - avatar