Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. a = int(input())
  2. b = int(input())
  3. c = int(input())
  4. if c == a / b:
  5.     print('True')
  6. else:
  7.     print('False')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement