Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help in substrings
#5
Quote: and I open it via cmd and everytime theres the eror message it just closes right away so I don't have a chance to read it

Add pause = input() to the end, so it'll stay open until you hit "enter".  That way you can see whatever error(s) there are.

Or, run it from the command line, instead of double-clicking it (which is how I'm guessing you're running it now).
Reply


Messages In This Thread
Help in substrings - by TDH - Oct-17-2017, 02:02 PM
RE: Help in substrings - by j.crater - Oct-17-2017, 03:07 PM
RE: Help in substrings - by TDH - Oct-17-2017, 03:34 PM
RE: Help in substrings - by Larz60+ - Oct-17-2017, 05:46 PM
RE: Help in substrings - by nilamo - Oct-17-2017, 07:05 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Substrings OmarSinno 4 4,644 Sep-26-2017, 06:31 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020