Computer Science, asked by hanshu08, 2 months ago

help me only if you know the answer​

Attachments:

Answers

Answered by DeepakUgalePatil
0

Answer:

I have your lots of answer but you not accept that so sorry

this is python script and have lots of error

Answered by madhalaimuthucharlas
1

Answer:

a)

a = int(input ("First Number"))

b = 10

for i in range (a, b):

print (a*b)

if a > b:

print (a)

b)

i = 10

while i >= 5:

print (i)

i = i +1

Similar questions