Question: how to write a function print alt2 that, given any positive integer n, prints n numbers that are a succession of two 1s and two
how to write a function print alt2 that, given any positive integer n, prints n numbers that are a succession of two 1s and two 1s. 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
