Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- num = 100
- while num < 1000:
- if '3' in str(num) and '2' not in str(num):
- print(num)
- num += 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement