ok, so I’ve just started to learn python so very sorry for being a absolute dumbell. I’m doing some test stuff and noticed when I build and run my programs, they run yes, but they don’t actually do anything. I’ve made sure to set the right language in sublime editor. perhaps it’s something I’ve done wrong? when the console prints out the first question, i type in a number, but then nothing else happens. it seems to only print the first line and that’s it. it’s supposed to prompt the “second:” but it does nothing. I would really appreciate your help. thank you.

  • Crul@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    that must mean there is something wrong with sublime then.

    Yeah, sorry, I cannot help with that, never used Sublime.

    But at least you can use the command line until you figure that out. Not ideal, but better than nothing ¯\_(ツ)_/¯.

    • Scrimby@lemmy.fmhy.mlOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      ah thank you, i’d never figured it out! well, I guess i’ll just find some other software to view it then. but yeah thanks!

      • pazukaza@lemmy.ml
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        3
        ·
        1 year ago

        Use VSCode or PyCharm. It’s what most people use anyways.

        Give both a try. VSCode is lightweight and a bit more “manual”. PyCharm is a full IDE with advanced features but sometimes it can be too much for a small script.