Computer Science, asked by TYPRANAVSRIRAM, 7 months ago

Write a program in python to read two numbers and perform all the four basic operations and print

their results with an ** in between​

Answers

Answered by kannmeghna
1

Answer:

This is basic python program for all beginners in python programming language. It simply takes two integer numbers and performs arithmetic operations like ... Read two input integers using input() or raw_input() . ... num2 returns value of num1 num2; Print the result of each operation. ... Make Medium yours

Similar questions