Global AI Hub Introduction to Python Homework 1
- Create two lists. The first list should consist of odd numbers. The second list is should consist of even numbers.
- Merge these two lists. Multiply all values in the new list by 2.
- Use a loop to print the data type of the all values in the new list.