Computer Science, asked by linux290, 11 months ago

write a Python program to generate the following outputs 5 and 10 and 9

Answers

Answered by blackhat89
5

Answer:

a=5

b=10

c=9

print(a)

print(b)

print(c)

Answered by rishikapadia
5

Answer:

a=5

b=10

c=9

print(a)

print(b)

print(c)

Similar questions