Question: NEED THIS SOLVED IN PYTHON 1. Create a list named nums and initialize it with at least 3 numbers (1,2,3). Create a list named hobbies,
NEED THIS SOLVED IN PYTHON 
1. Create a list named nums and initialize it with at least 3 numbers (1,2,3). Create a list named hobbies, initialize it with at least 3 of your hobbies, for example ['Playing Cricket', 'Reading Books', 'Cooking'). Iterate over the list nums and print hobbies for each list element, so that the output looks like this: 1 Playing Cricket Reading Books Cooking 2 Playing Cricket Reading Books Cooking 3 Playing Cricket Reading Books Cooking
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
