Python Problem : SUM digits, Subtract problems day-4 Question: Sum of 2495 and 789358 In this coding question, you need to write a program that calculates the sum of two numbers, 2495 and 789358, and then prints the result.
Approach To solve this problem, we will follow these simple steps:
1.Calculate the sum of the two given numbers (2495 and 789358). 2.Print the result.
Question: Subtract 596 from 193856 In this coding question, you need to write a program that prints the result when 596 is subtracted from 193856.
Approach To solve this problem, you can follow these simple steps:
1.Subtract 596 from 193856. 2.Print the result.