Computer Science, asked by Uiriuf9676, 9 months ago

wap to print an output 1,21,321,4321 in python using nested for loop

Answers

Answered by anglo71
0

Answer:

Below are the program in python for the above question:

size= int(input("Enter the size of the series")) # It takes input for the size of the series. while(i<=size): # first loop. while(j>=1): # inner loop. print(j, end = ' ') # print the series.

please Follow me and like please.

Answered by dubeyritu1004
0

Answer:

dmmfmfmfmfmfmmfTriangular Equation--

In triangle PQR, angle P is twice the measure of Q. angle R is 70° less than

angle P. Find the measure of all angles of the triangle.

Similar questions