Question: I want this code in python Q2 ) Write a program that displays a table with the values 3,6,9,12,...,30 With their squares using a recursive

I want this code in python
Q2 ) Write a program that displays a table with the values 3,6,9,12,...,30 With their squares using a recursive function, don't use any loop in your program. Your output should be as follows:- i i^2 3 6 9 16 81 9 30 900
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
