Question: Write a function print_alt2 that, given any positive integer n, prints n numbers that are a succession of two 1s and two 1s. Use Python
Write a function print_alt2 that, given any positive integer n, prints n numbers that are a succession of two 1s and two 1s. Use Python for this problem. For example, print_alt2(7) should print 1, 1, -1, -1, 1, 1, -1.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
