@ -32,7 +32,7 @@ def baseConverter(userInput, numberBase):
try:
decimalNum = int(userInput,numberBase) # First attempt to get the number in decimal.
except:
print("bad base")
print("Number entered does not match the base!")
return
outputText = ""
Proudly self-hosted by Cole Deck. Fast loading powered by Turbo.