Posts

Showing posts from August, 2023

Source Code My Simple Terminal Caculator Using Python

Source Code For My Terminal Calculator def add():     print("Addition:")     print()     a = int(input("Enter the Number of A : "))     b = int(input("Enter the Number of B : "))     print()     print("Total :",a+b) def sub():     print("Subtraction:")     print()     a = int(input("Enter the Number of A : "))     b = int(input("Enter the Number of B : "))     print()     print("Difference :",a-b) def mul():     print("Multiplication:")     print()     a = int(input("Enter the Number of A : "))     b = int(input("Enter the Number of B : "))     print()     print("Product :",a*b) def div():     print("Division:")     print()     a = int(input("Enter the Dividend : "))  ...

Youtube Downloader | Download for Free | I'm Created Using Python

  Download Free