2014-04-26, 11:14 AM
Okay, so I have to make a code in python that converts from decimal to binary decimal to hexadecimal and lastly from binary to decimal. This is what I have so far:
Decimal to binary
decimal to hexadecimal
Binary to decimal
I try to run these and I keep getting syntax errors so the program won't run and I have no idea how to fix them. So could anyone help me correct them not necessarily do them for me but at least give me a better explanation of where the errors are and what to do to fix them any help at all would be appreciated I'm at my wits end here.
Decimal to binary
Spoiler
decimal to hexadecimal
Spoiler
Binary to decimal
Spoiler
I try to run these and I keep getting syntax errors so the program won't run and I have no idea how to fix them. So could anyone help me correct them not necessarily do them for me but at least give me a better explanation of where the errors are and what to do to fix them any help at all would be appreciated I'm at my wits end here.

