Write the programe to generate the output as 5 3 1
Answers
Answered by
1
a = 5
a = 5print(a)
a = 5print(a)a = a * 3
print(a)
print(a)a = a - 1
print(a)a = a - 1print(a)
OUTPUT
OUTPUT5
OUTPUT510
OUTPUT5109
Similar questions
Math,
11 hours ago
Computer Science,
21 hours ago
English,
8 months ago
Math,
8 months ago
Biology,
8 months ago