# decimal_to_binary.py
# This program converts a decimal number to binary using a stack.
# by: Scott Gordon
from stack import Stack
def conver...
For further actions, you may consider blocking this person and/or reporting abuse
Yes, I was aware of this. But thank you just the same for your feedback. Sometimes I brute force things just to see if I can figure them out without a library.