write a Python program to perform arithmetic operation addition subtraction multiplication division on any two numbers given by the user
Answers
Answered by
0
Answer:
A Python application that can add, subtract, multiply, divide, and do other basic mathematical operations on any user-supplied pair of numbers:
n=input("Enter any no")
p=input("Enter any no")
print(n+p)
Additional Information:
- Task automation, data analysis, and data visualization are all frequent uses for Python in the creation of websites and software. Many non-programmers, including accountants and scientists, have started using Python since it's reasonably simple to learn and useful for a wide range of daily chores, including managing funds.
- In contrast to HTML, CSS, and JavaScript, Python is a general-purpose object-oriented programming language developed by Guido van Rossum.
- As a result, it can be used for a variety of programming tasks, including data science, software development, back-end development, and system scripting (automation), among others.
#SPJ3
https://brainly.in/question/14332390
Similar questions