Programming Examples

Python program to generate the following output 5 10 9


Write a program to generate the following output :

5 10 9

Assign value 5 to a variable using assignment operator (=) Multiply it with 2 to generate 10 and  subtract 1 to generate 9

a=5
print(a)
a=a*2
print(a)
a=a-1
print(a)
Output

5

10

9

Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2026 Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Best Website and Software Company in Allahabad