remove x from 10^x

This commit is contained in:
Pavel 2019-10-09 09:35:35 +02:00
parent e567a5bf31
commit f8591d8567
1 changed files with 3 additions and 3 deletions

View File

@ -59,15 +59,15 @@ coordinates = {
'0': (70, 585),
',': (115, 585),
'10^x': (160, 585),
'10^': (160, 585),
'ans': (205, 585),
'exe': (250, 585)
}
commands = {
'22': ['shift', '10^x'],
'22': ['shift', '10^'],
'2C': ['shift', '3'],
'2D': ['10^x'],
'2D': ['10^'],
'2E': [','],
'30': ['0'],
'31': ['1'],