Question: 1) Design and implement -in Python- a function to generate all length-n strings of O's and l's, for a given non negative integer n. Your

1) Design and implement -in Python- a function to generate all length-n strings of O's and l's, for a given non negative integer n. Your function must have n as the only parameter and must return a list containing all length-n strings of O's and l's. Test your function with a few different values of n. Submit only the .py fie including your function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
