8000 azizabdo123 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View azizabdo123's full-sized avatar

Block or report azizabdo123

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
azizabdo123/README.md
  • 👋 Hi, I’m @azizabdo123

  • 👀 I’m interested in ...

  • 🌱 I’m currently learning ...

  • 💞️ I’m looking to collaborate on ...

  • 📫 How to reach me ... while True:

    print("Please select an operation: ")

    print("1. Addition")

    print("2. Subtraction")

    print("3. Multiplication")

    print("4. Division")

    print("5. Exit")

    choice = int(input("Enter an operation number:: "))

    if choice == 5:

      break
    

    num1 = floatt(input("Enter the firstrst number: "))

number: "))

m2um2 = floatt(inputput(""Enter("Enter the second numberr: "))

if choice == 1:

    result = num1 +m1 + num2

    print("The result is:", result)

elif choice == 2ice == 2:

    result =esult = num1 - num- num2

    print("The resultsult is:", result)

elif choice == 3:

    result = num1 * num2

    print("Theresultt is:",lt is:", result)

sult is:", result)

else:

    print("Invalid input")

Popular repositories Loading

  1. azizabdo123 azizabdo123 Public

    Config files for my GitHub profile.

  2. PythonTutorial PythonTutorial Public

    Forked from alialzobaidi/PythonTutorial

    Step by step to build apps with Python. Code files for YouTube tutorial

    Python

0