rem’s avatarrem’s Twitter Archive—№ 73,129

    1. Python folk - help: print('Name?') x = input() print('Hello, ' + x) I don't understand how it's wrong - it just blows up…
      oh my god twitter doesn’t include alt text from images in their API
  1. …in reply to @rem
    Have to say, I'm rather impressed (and really I knew) that python3 is not backward compat with python2. Turned out the boy's machine was using py2 and the function is raw_input - thanks all for your help 👍