You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
cclauss
changed the title
decimal_to_binary() should return identical values as the Python builtin bin()
decimal_to_binary() should return identical values as bin()
Aug 1, 2019
Python/conversions/decimal_to_binary.py
Line 4 in 7b267e5
Please change decimal_to_binary() to return identical values as the Python builtin bin(). With doctests to prove it please.
@PatOnTheBack @Corruption13
The text was updated successfully, but these errors were encountered: