Skip to content

Instantly share code, notes, and snippets.

View sajidsayan's full-sized avatar

Sajid Mahmud Sayan sajidsayan

View GitHub Profile
print("Simple Calc")
print("Choise: ")
print("1.Add")
print("2.Remove")
print("3.Multiply")
print("4.Division")
print("5.Square")
print("6.Cube")
choise = int(input("Enter the Choise: "))