File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616n2 = float (input ('{0} Enter The 2st Number: ' . format (cmd )))
1717process = input ('{0} Enter the Transaction You Want to Perform: ' . format (cmd ))
1818if process == "1" :
19- addition (n1 ,n2 )
19+ Addition (n1 ,n2 )
2020elif process == "2" :
2121 Extraction (n1 ,n2 )
2222elif process == "3" :
2626elif process == "5" :
2727 Percentage (n1 ,n2 )
2828else :
29- error_msg ()
29+ error_msg (error_dialog )
Original file line number Diff line number Diff line change 1616s2 = float (input ('{0} 2. sayiyi giriniz: ' . format (cmd )))
1717islem = input ('{0} Gerçekleştirmek İstediğiniz İşlemi Giriniz: ' . format (cmd ))
1818if islem == "1" :
19- addition (s1 ,s2 )
19+ Addition (s1 ,s2 )
2020elif islem == "2" :
2121 Extraction (s1 ,s2 )
2222elif islem == "3" :
2626elif islem == "5" :
2727 Percentage (s1 ,s2 )
2828else :
29- error_msg ()
29+ error_msg (error_dialog )
You can’t perform that action at this time.
0 commit comments