+ 3

Did i understand that right?

the highest number output by this code def print_nums(x): for i in range(x): print(i) return print_nums(10) is 0 because the return causes the function to exit?

17th Feb 2017, 6:35 PM
Naschkatzification
Naschkatzification - avatar
1 Answer
+ 5
yes
17th Feb 2017, 6:51 PM
Kawaii
Kawaii - avatar