Computer Science, asked by tayadechaitanya11, 2 days ago

find out the error : if(a=1) b=50; else b=20;​

Answers

Answered by nischayz199
0

Answer:

if a = input(int(1))

b = input(int(50))

else b = input(int(20))

Similar questions