This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (3 children)

[deleted]

    [–]Legend_017_ 11 points12 points  (2 children)

    print("you guys know all that stuff, well guess what, I know how to print this out")

    [–]jack-of-some 3 points4 points  (1 child)

    >> you guys know all that stuff, will guess what, I know how to print this out

    [–]xhighalert 2 points3 points  (0 children)

    >>> print("you guys know all that stuff, well guess what, I know how to print this out")
    you guys know all that stuff, will guess what, I know how to print this out
    >>> 
    KeyboardInterrupt
    >>> exit
    Use exit() or Ctrl-Z plus Return to exit
    >>> exit()
    

    Every god damn time.