This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Creator: Siba Moussa | |
#Date: March 6, 2020 | |
#Purpose: Build a GUI for a simple calculator with error handling | |
import sys | |
from tkinter import * | |
import tkinter | |
from tkinter import messagebox as tkMessageBox | |
def proces(): | |
try: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Creator: Siba Moussa | |
#Date: March 4, 2020 | |
#Purpose: Build a GUI for a simple calculator | |
from tkinter import * | |
import tkinter | |
import tkinter.messagebox | |
def proces(): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Creator: Siba Moussa | |
#Date: March 4, 2020 | |
#Purpose: Build a GUI for a simple calculator | |
from tkinter import * | |
import tkinter | |
import tkinter.messagebox | |
def proces(): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Creator: Siba Moussa | |
#Date: March 4, 2020 | |
#Purpose: Build a GUI for a simple calculator | |
from tkinter import * | |
import tkinter | |
import tkinter.messagebox | |
def proces(): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Creator: Siba Moussa | |
#Date: March 4, 2020 | |
#Purpose: Build a GUI for a simple calculator | |
from tkinter import * | |
import tkinter | |
import tkinter.messagebox | |
def proces(): |