Advertisement
Guest User

Untitled

a guest
May 21st, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #For example, to see if a number is divisible by another number (x)
  2. if (number % x == 0):
  3. #The code that goes here is executed if the number is divisible by x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement