translation working
This commit is contained in:
parent
dbfccdf023
commit
71a107b407
@ -250,8 +250,8 @@ def translatePrompt():
|
|||||||
print('3: Octal')
|
print('3: Octal')
|
||||||
print('4: Hexadecimal')
|
print('4: Hexadecimal')
|
||||||
print('5: ASCII')
|
print('5: ASCII')
|
||||||
inputType = input('Please specify input type: ')
|
inputType = int(input('Please specify input type: '))
|
||||||
outputType = input('Please specify output type: ')
|
outputType = int(input('Please specify output type: '))
|
||||||
if (inputType == 5):
|
if (inputType == 5):
|
||||||
inputString = input('Please input your strings, seperated by semicolon: ')
|
inputString = input('Please input your strings, seperated by semicolon: ')
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user