Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. num = input("Enter a number: ") ;
  2. ... mod = num % 2 ;
  3. ... if mod > 0:
  4.  
  5. File "<stdin>", line 3
  6. if mod > 0:
  7. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement