Please submit your answers on a IPython Notebook file (.ipynb)
Question Answered step-by-step Please submit your answers on a IPython Notebook file (.ipynb) Please submit your answers on a IPython Notebook file (.ipynb) Image transcription text1) Create a program that runs a loop over all values from 1 to 30. Let it print all odd numbers, and in the place ofthe even numbers, let it print the word “Even”. Use the range() function to solve this exercise andhave all output printed on the same row. 2) n = [1,2,3,4,5,6]. Iterate over this list, printing out each l… Show more… Show more Computer Science Engineering & Technology Python Programming IDS 201 Share QuestionEmailCopy link Comments (0)


