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
#1
while testing what a given string means by applying a few tests in a stack of elifs the next test is to see if giving it to a function will or will not throw an exception. is there a good way to include such a test in the stack of elifs? a couple of examples for the function include int() and float() but it could be something else.
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 4,114 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