Write a python program to print a square of alternate numbers between range of 1 to 10
Answers
Answered by
1
Answer:
If you want to use the same script to print different patterns when running at different times, what you can do is write functions to print different patterns and then randomly call these functions.
Similar questions