SEO
LANSWER THE FOLLOWING:
Draw a flow chart to calculate factorial of a number
Given the following code, write down the output?
a=3
b=1
for i in range(a):
for j in range (b):
Print ("hello"*i+"oswal"*j)
What will be the output of the following programmi
X="Amazing
Answers
Answered by
0
Answer:
I don't no soory........
Similar questions