Computer Science, asked by nithipoongs, 7 months ago

Find the output

a, b = 30, 20

min = a if a < b else b

print ("The Minimum of A and B is ",min)​

Answers

Answered by jyothivishwa8
0

Answer:

sorry

Explanation:

i

don't

know

sister

or

frnds

gn

bye

Answered by sourab1212
0

Answer:

20

Explanation:

a=30

b=20

min= if 30 < 20 then 30 . it's false so it will go else part and in else min =b=20

Similar questions