Computer Science, asked by samarthsingh2994, 4 months ago

Write a python program to print a square of alternate numbers between range of 1 to 10

Answers

Answered by swastik0237w
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