Skip to content

Instantly share code, notes, and snippets.

@ChaitanyaBaweja
Created May 21, 2020 13:20
Show Gist options
  • Save ChaitanyaBaweja/b1647922b34a4c8a24d32dad4457db15 to your computer and use it in GitHub Desktop.
Save ChaitanyaBaweja/b1647922b34a4c8a24d32dad4457db15 to your computer and use it in GitHub Desktop.
a = float('inf')
print('Addition : ',a + 10)
print('Subtraction : ',a - 10)
print('Multiplication : ',a * 10)
print('Division : ',a / 10)
print('\nMultiplication by Zero: ',a * 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment