Python Forum
Raise an exception for syntax error
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Raise an exception for syntax error
#1
try:
    print("Syntax Error)  # Ending quote omitted   
except SyntaxError:
    print("Syntax Error")
SyntaxError: EOL while scanning string literal

Right after the 1st print statement system is generating error message. How can we make it to use our except statement?

Thank U.
Reply


Messages In This Thread
Raise an exception for syntax error - by sbabu - Feb-08-2020, 05:08 AM
RE: Raise an exception for syntax error - by sbabu - Feb-09-2020, 02:29 AM
RE: Raise an exception for syntax error - by sbabu - Feb-09-2020, 03:43 AM
RE: Raise an exception for syntax error - by sbabu - Feb-09-2020, 10:57 AM
RE: Raise an exception for syntax error - by sbabu - Feb-10-2020, 01:57 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  I have 'Failed: DID NOT RAISE <class 'Exception'>' williamKrakos 3 973 Feb-20-2024, 09:46 PM
Last Post: williamKrakos
Shocked School project -- need help with it it says syntax error XPGKNIGHT 6 3,451 Aug-11-2022, 08:43 PM
Last Post: deanhystad
Smile Exception with raise and input artemisellada 3 2,601 Apr-23-2021, 08:19 PM
Last Post: jefsummers
  I'm getting a syntax error very early on in my code and I can't quite figure it out. liloliveoil 1 2,062 Oct-30-2020, 05:03 AM
Last Post: deanhystad
  Unspecified syntax error hhydration 1 2,081 Oct-25-2020, 10:45 AM
Last Post: ibreeden
  Annuity function for school - syntax error peterp 2 2,057 Oct-12-2020, 10:34 PM
Last Post: jefsummers
  Invalid syntax error, where? tucktuck9 2 3,487 May-03-2020, 09:40 AM
Last Post: pyzyx3qwerty
  syntax error: can't assign to operator liam 3 4,136 Jan-25-2020, 03:40 PM
Last Post: jefsummers
  Self taught , (creating a quiz) syntax error on my array DarkAlchemyXEX 9 4,497 Jan-10-2020, 02:30 AM
Last Post: ichabod801
  If Statements and Comparisons returns a syntax error DarkAlchemyXEX 2 2,520 Jan-02-2020, 01:25 PM
Last Post: DarkAlchemyXEX

Forum Jump:

User Panel Messages

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