1. #14341
    Legendary! Rivellana's Avatar
    10+ Year Old Account
    Join Date
    Nov 2010
    Location
    Virginia Beach, VA, USA
    Posts
    6,740
    *looks around confused*

    /hide

  2. #14342
    Warchief Wass's Avatar
    10+ Year Old Account
    Join Date
    Jan 2011
    Location
    PvP forums
    Posts
    2,239
    Code:
    def collector(pred, seq):
        if not seq:
            return []
        elif pred(seq[0]):
            return [seq[0]] + collector(pred, seq[1:])
        elif isinstance(seq[0], list):
            return collector(pred, seq[0]) + collector(pred, seq[1:])
        else:
            return collector(pred, seq[1:])
    
    def numbers_in_interval(seq):
        return collector(lambda x: isinstance(x, member_of_pvm), seq)
    This is what I am doing atm!
    Quote Originally Posted by Dyra View Post
    Because what they are atm are plait tugging, sniffing, glaring, prissy, clothes obsessed bitches who I would quite cheerfully drown.
    I often post from my mobile device, typos in my posts are 99% likely to be because of that.
    All I would ever want and need is a hug.

  3. #14343
    Deleted
    Quote Originally Posted by Imgur View Post
    Ofcourse Imgur loves you, Alice is quite a beautiful being.
    Go away.

  4. #14344
    Quote Originally Posted by Imgur View Post
    Please never use Imgur again.
    Go back to Lyri, please.

    Quote Originally Posted by Majad View Post
    !!!!!!!!!!!!!!!

    THE STALKER HAS APPEARED AGAIN!

    Last correct number, Ely.
    I DON'T TRUST YOU LINK!

    I GIVE UP ON NUMBERS.

  5. #14345
    Quote Originally Posted by Rivellana View Post
    *looks around confused*

    /hide
    It is impossible to hide from Imgur.

  6. #14346
    Quote Originally Posted by Everything Nice View Post
    Oh... Okay...
    * Pats Nemi


    Quote Originally Posted by Imgur View Post
    Ofcourse Imgur loves you, Alice is quite a beautiful being.
    Yay <3

    Quote Originally Posted by Majad View Post
    Go away.
    Why so mean :<?

  7. #14347

  8. #14348
    Deleted
    Quote Originally Posted by Elyaan View Post
    I DON'T TRUST YOU LINK!

    I GIVE UP ON NUMBERS.
    IT IS SAFE!

    I PROMISE!!!!!

    c
    Quote Originally Posted by Purifier View Post
    Why so mean :<?
    Shh

  9. #14349
    Quote Originally Posted by Majad View Post
    Shh
    You just want to get rid of everyone else who loves me, don't you?

  10. #14350
    Deleted
    Quote Originally Posted by Imgur View Post
    Please never use Imgur again.
    I am going to use it all the time!

  11. #14351
    Quote Originally Posted by Joyful View Post
    I am going to use it all the time!
    You may only use me if you upload penguins instead of adult images of women.

  12. #14352
    Deleted
    Quote Originally Posted by Purifier View Post
    You just want to get rid of everyone else who loves me, don't you?
    Imgur doesn't love you.

    It's all a lie.

  13. #14353
    Deleted
    Quote Originally Posted by Imgur View Post
    You may only use me if you upload penguins instead of adult images of women.

  14. #14354
    Quote Originally Posted by Imgur View Post
    Please never use Imgur again.
    I just used it to host pics of my junk.

    Burn.

  15. #14355

  16. #14356
    Pewpewpewpewpew!
    Want Rogue Gameplay? Subtlety/Assassination Guides? 2v2 3v3 and 1v1 strategies?

    http://www.youtube.com/user/SusejFTW

    Also SCP Containment Breach, Guild Wars 2, and Diablo 3!

  17. #14357
    Quote Originally Posted by Majad View Post
    Imgur doesn't love you.

    It's all a lie.
    Why do you have to ruin everyone for me

    Hai Susej!

  18. #14358
    Deleted
    That number is incorrect, Asme.

    - 11 is the current one. Put a - 10.

  19. #14359

  20. #14360
    Quote Originally Posted by Susej View Post
    Pewpewpewpewpew!
    Who are you, and why are you spamming in my thread?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •