Skip to content

Instantly share code, notes, and snippets.

@mayra-cabrera
Last active January 22, 2016 02:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayra-cabrera/c6cebf7b9d2fa84adbef to your computer and use it in GitHub Desktop.
Save mayra-cabrera/c6cebf7b9d2fa84adbef to your computer and use it in GitHub Desktop.
ruby_irb

Ruby

$ irb
$ irb(main):001:0> exit
$ irb
$ irb(main):001:0> quit

Python

>>> exit
Use exit() or Ctrl-D (i.e. EOF) to exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment