Question: Create a function count_by(num) that outputs the first 50 numbers (starting with 0) when counting by num. To answer this question, copy/paste your code (function

Create a function count_by(num) that outputs the first 50 numbers (starting with 0) when counting by num. To answer this question, copy/paste your code (function definition and function call using 5 as the argument) along with your output as shown below. count_by (5) 10 15 210 215 220 225 230 235 240 245
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
