omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. theSNEW

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    theSNEW

    @theSNEW

    0
    Reputation
    804
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    theSNEW Unfollow Follow

    Latest posts made by theSNEW

    • newbie problem

      first day of tutorials and i'm attempting what should be an easy one.

      name = input("What is your name? ")
      print("Hello " + name + "!")

      on inputting an answer (Harry) i receive NameError: name 'Harry' is not defined

      from a few different tutorials of python this same example seems to work, but on Pythonista it seems I need to define the variable in advance. Is that right? or am i missing something?

      posted in Pythonista
      theSNEW
      theSNEW