In python Complete the command to print the following pattern. 1*2*3*4*5 print(1,2,3,4,5, = "*")
Answers
Answered by
0
Answer:
1*2*3*4*5 print(1,2,3,4,5, = "*")
Similar questions