Advertisement
Guest User

Untitled

a guest
Jun 26th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.46 KB | None | 0 0
  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
  21.     if (x or x and not x) or not z:
  22.      c = 9
  23.  return c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement