Python Forum
exception in side if clause
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
exception in side if clause
#2
Well, right off the bat, t is not a tuple, it's a list.

As to why you don't get an error, between if and else, you have everything covered. It's in there or it's not.

This page might be of help to you:
https://www.w3schools.com/python/python_try_except.asp
Reply


Messages In This Thread
exception in side if clause - by sbabu - Feb-13-2020, 04:55 AM
RE: exception in side if clause - by michael1789 - Feb-13-2020, 06:07 AM
RE: exception in side if clause - by buran - Feb-13-2020, 07:59 AM
RE: exception in side if clause - by sbabu - Feb-14-2020, 05:00 AM
RE: exception in side if clause - by ndc85430 - Feb-14-2020, 07:04 PM
RE: exception in side if clause - by sbabu - Feb-15-2020, 02:20 AM
RE: exception in side if clause - by ndc85430 - Feb-15-2020, 08:44 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Seven Segment Display - QUERY on Multi-line side-by-side printing output ajayachander 3 5,012 Mar-13-2020, 07:02 AM
Last Post: ajayachander
  Blank spaces in right side fernando_santiago18 1 1,700 Sep-07-2019, 12:33 PM
Last Post: ThomasL

Forum Jump:

User Panel Messages

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