Music from #Uppbeat (free for Creators!):
https://uppbeat.io/t/soundroll/tropicana
License code: C9AAKSLT3BVWLE1C
In this Python programming tutorial @oneinyou we'll be creating a program that takes a list of numbers from the user, halves all even numbers in the list, doubles all odd numbers in the list, and then displays the updated list.
We'll be using basic programming concepts such as loops, conditionals, and list manipulation to achieve this task