Python Forum
a stack of elifs and a try/except
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
a stack of elifs and a try/except
#3
the conversion needs to be done only if certain tests fail. those tests are the first ones in the elif chain. it looks like the way to do this is to isolate that test in a function so it fits in the elif chain as a simple result.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
a stack of elifs and a try/except - by Skaperen - Sep-12-2019, 02:02 AM
RE: a stack of elifs and a try/except - by Skaperen - Sep-12-2019, 11:39 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  simplifying a stack of elifs Skaperen 8 3,999 Aug-17-2019, 04:13 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

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