Nojoto: Largest Storytelling Platform

Python Program For some Arithmetic operator like A

Python Program For some Arithmetic operator like Addition (+), Subtraction (-), Multiplication (*), Division (/) and Mod (%)

Mod is used for calculating reminder


first=(input("Enter 1st number"))
second=(input("Enter 2nd number"))

Python Program For some Arithmetic operator like Addition (+), Subtraction (-), Multiplication (*), Division (/) and Mod (%) Mod is used for calculating reminder first=(input("Enter 1st number")) second=(input("Enter 2nd number")) #Humour

Views