Guest User

Untitled

a guest
Jun 21st, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. var numQuery =
  2. from num in numbers
  3. where (num % 2) == 0
  4. select num;
Add Comment
Please, Sign In to add comment