omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    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.


    Three dots/ full stops?

    Pythonista
    2
    2
    1382
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Kjell71
      Kjell71 last edited by

      Hi there,
      I'm new to Pythonista (and the Python language), and while playing around with the prompt, I encountered a problem. Sometimes three dots appear next to the input field, and I am not able to execute anything anymore. I don't what triggers it or how to exit this mode.

      Can anybody perhaps explain what is going on exactly? Thanks in advance!

      1 Reply Last reply Reply Quote 0
      • ccc
        ccc last edited by

        http://docs.python.org/2/tutorial/interpreter.html see section 2.1.2

        Entering a blank line (just hit the return key) should end the continuation, cause the compound statement to be evaluated, and then bring you back to the normal prompt.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB Forums | Contributors