iickwfzrpg please help me telugu
Select output of the given program : a=4 b=5 c=3 if a>b and a>c : a=b else: c=a print(a,b,c) a) 4 5 3 b) 3 5 3 c) 4 4 5 d) None of these
Answers
Answered by
0
Answer:
Select output of the given program : a=4 b=5 c=3 if a>b and a>c : a=b else: c=a print(a,b,c) a) 4 5 3 b) 3 5 3 c) 4 4 5 d) None of these
Similar questions