MCPcopy Create free account
hub / github.com/geekcomputers/Python / decimal to binary.py

File decimal to binary.py

decimal to binary.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def decimalToBinary(num):
2 """This function converts decimal number
3 to binary and prints it"""
4 if num > 1:

Callers

nothing calls this directly

Calls 1

decimalToBinaryFunction · 0.85

Tested by

no test coverage detected