Guest User

Untitled

a guest
Apr 26th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. from user in my-followers
  2. where user.name.contains("drew")
  3. and user.followers.count > 10
  4. from tweet in user.tweets
  5. where tweet.message.length < 100
  6. select tweet.message
Add Comment
Please, Sign In to add comment