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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!