1.

if (a==0): Print("zero")if(a==1): Print("one")if(a==2): Print("two")if(a==3): Print("three")

Answer» What to do with this


Discussion

No Comment Found