Code Genic is a blog which provides the codes for the daily life uses. All the codes are mostly for college related Projects or Lab work.
a=int(input('Enter 1st Number: ')) b=int(input('Enter 2nd Number: ')) print('Add: ',a + b) print('Subtraction: ',a - b) print('Multiplication: ',a * b) print('Divide: ',a / b) print('modulo: ',a % b)
ScreenShot
No comments:
Post a Comment