175,059 views
26 votes
26 votes
Write in Python Programming to take 5 integer numbers from the user and store those numbers in num list. Now Check if the number is odd or even, If odd then append in odd list and if even append in even list. Display the odd list and even list.​

User Aaron Gong
by
2.6k points

1 Answer

30 votes
30 votes
The attached image contains the source code to this task.
Write in Python Programming to take 5 integer numbers from the user and store those-example-1
User Moloud Ayat
by
2.8k points