Advertisement
nitty01

Untitled

Feb 22nd, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. empty=[]
  2. active=[True]
  3. favorite_numbers=[1,2,3,4,5]
  4. colors=["red","green","blue"]
  5. numbers=[]
  6. def is_long(numbers):
  7.     if len(numbers)>5:
  8.         return True
  9.     else:
  10.         return False
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement