Selaa lähdekoodia

更新 'tt.py'

hzhu 7 vuotta sitten
vanhempi
commit
30c16e5fbc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tt.py

+ 1 - 1
tt.py

15
         s = toList(texts)
15
         s = toList(texts)
16
         #print s
16
         #print s
17
         UPN.text.insert(END,'\n=\n')
17
         UPN.text.insert(END,'\n=\n')
18
-        UPN.text.insert(END,suffixPolishStyle(s))
18
+        UPN.text.insert(END,f(s))
19
         UPN.text.see('end')
19
         UPN.text.see('end')
20
 def UPN():    
20
 def UPN():    
21
     root.title('umgekehrte polnische Notation')
21
     root.title('umgekehrte polnische Notation')