+ 5
There is a bug in my code but i cannot figure out why
this code is a binary converter but i don't think i defined the function properly https://code.sololearn.com/cc9iHNuxE94R/?ref=app
6 Respuestas
+ 4
thank you very much this is helpful
+ 4
yes
+ 2
TIP: Avoid making thigs too complicated!
+ 1
wait Michael saviour. i just tested the code but i get a b within the binary result. Do you too?
+ 1
ok I think i figured it out. https://stackoverflow.com/questions/1395356/how-can-i-make-bin30-return-00011110-instead-of-0b11110 . Look at the edited code.