Guest User

Untitled

a guest
Jan 12th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. jsonify(list(filter(lambda x: x.reg_no == int(request.args['reg_no']), students_list))[0].serialize())
Add Comment
Please, Sign In to add comment