simplify

tests/if.py

14:7c40ee4eea88
2006-07-15 paulb Split up the original test.
     1 if a:     2     x = 1     3 elif b:     4     x = 2     5 else:     6     x = 3