Question 2: 12.5 1. Write and test a Python function named removeOddIndex() that is passed a String value. The function
Posted: Sun May 15, 2022 8:04 am
Question 2: 12.5 1. Write and test a Python function named removeOddIndex() that is passed a String value. The function removes the characters which have odd index values of the given string and prints the resulting new string 2- Write both an iterative (nonrecursive) and recursive function that determines if a given number i even or not. Developed codes and Output Screenshots