Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. empty = []
  2. active = [True]
  3. favorate_numbers = [1,2,3,4,5]
  4. colors =["red", "green" "blue"]
  5.  
  6. def is_long(a)
  7.    int(input()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement