Question: python question Write a pure function intvert (1st) that takes in a list of variable length and returns a new list containing every integer in
python question

Write a pure function intvert (1st) that takes in a list of variable length and returns a new list containing every integer in the original list, but in reverse order. (So [1,2,3] becomes [3,2,1] ) All other datatypes should be removed. If the list contains no integers, you should return an empty list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
