Computer Science, asked by aram10, 1 month ago

Write a python program to print the square of all numbers from 0 to 10.

Answers

Answered by samirpanchal0092
1

Input: start = 4, end = 15

Output: 4, 6, 8, 10, 12, 14

Input: start = 8, end = 11

Output: 8, 10

Example #1: Print

hope it helps :-). plz plz mark me brainlist.

Similar questions