SHOW:
|
|
- or go back to the newest paste.
| 1 | def a(z, x): | |
| 2 | c = 0 | |
| 3 | pass | |
| 4 | if z: | |
| 5 | if x or z or not x or z: | |
| 6 | print 1 | |
| 7 | if not z or not z or z or not z: | |
| 8 | print 2 | |
| 9 | if z or not z or x or not z: | |
| 10 | print 3 | |
| 11 | if not x or z or not x or z: | |
| 12 | print 4 | |
| 13 | if not (x and not x) or z or x: | |
| 14 | print 5 | |
| 15 | if x and z and not z or x: | |
| 16 | print 6 | |
| 17 | c = 6 | |
| 18 | if (z or not z) and not x: | |
| 19 | print 7 | |
| 20 | - | return 8 |
| 20 | + | c = 8 |
| 21 | - | if (x or x and not x) or not z: |
| 21 | + | if z or (x or x and not x) or not z: |
| 22 | c = 9 | |
| 23 | return c |