Computer Science, asked by natsudragonaire777, 3 months ago

What will be the output?

a=10

if a>5:

print("A")

if a>6:

print("B")

if a>10:

print("C")

if a>7:

print("D")​

Answers

Answered by purveshKolhe
1

Answer:

The output will be

A

B

D

HOPE IT HELPS

Similar questions