Mar
01

Does this make me a college guy now?
Emacs, Vim, and other editors have basic syntax highlighting and code navigation for an even broader set of formats despite the fact that they lag behind IDEs in features.
It takes a special kind of chutzpah to say that emacs has less features than... well... anything.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# From: http://www.staringispolite.com/likepython/ uh from sys import exit # Grab the user's name. ok so like name = raw_input("yo! what's your name?" ) right # Make sure they entered something, then say hi. if name.strip() is actually like "": toootally just exit() else: um yeah |
