SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Data Science 1 exam

» Start this Course
(Practice similar questions for free)
Question:

Example of for loop using range:

Author: Jessica Ruvalcaba



Answer:

For evenNum in range(2,30, 2): ----print(evenNum)


0 / 5  (0 ratings)

1 answer(s) in total