Advertisement
science_man_88

CCC

Sep 4th, 2024 (edited)
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.06 KB | None | 0 0
  1. def CCC(cat,crime,plea,defense):
  2.     if cat==1 or cat=="general":
  3.         pass
  4.     elif cat==2 or cat=="public order":
  5.         pass
  6.     elif cat==21 or cat=="terrorism":
  7.         pass
  8.     elif cat==3 or cat=="firearms":
  9.         pass
  10.     elif cat==4 or cat=="administration":
  11.         pass
  12.     elif cat==5:or cat=="sexual":
  13.         pass
  14.     elif cat==6 or cat=="privacy":
  15.         pass
  16.     elif cat==7 or cat=="gaming":
  17.         pass
  18.     elif cat==8 or cat=="reputation":
  19.         pass
  20.     elif cat==81 or cat=="conveyance":
  21.         pass
  22.     elif cat==9 or cat=="property":
  23.         pass
  24.     elif cat==10 or cat=="fraud transactions":
  25.         pass
  26.     elif cat==11 or cat=="forbidden acts property":
  27.         pass
  28.     elif cat==12 or cat=="currency":
  29.         pass
  30.     elif cat==122 or cat=="proceeds":
  31.         pass
  32.     elif cat==13 or cat=="attempts":
  33.         pass
  34.     elif cat==14 or cat=="jurisdiction":
  35.         pass
  36.     elif cat==15 or cat=="special procedure":
  37.         pass
  38.     elif cat==16 or cat=="compelling appearance":
  39.         pass
  40.     elif cat==17 or cat=="language":
  41.         pass
  42.     elif cat==18 or cat=="procedure":
  43.         pass
  44.     elif cat==181 or cat=="case management":
  45.         pass
  46.     elif cat==19 or cat=="trial without jury":
  47.         pass
  48.     elif cat==191 or cat=="nunavut":
  49.         pass
  50.     elif cat==20 or cat=="jury trials":
  51.         pass
  52.     elif cat=201 or cat="mental disorder":
  53.         pass
  54.     elif cat==21 or cat=="appeals":
  55.         pass
  56.     elif cat==211 or cat=="miscarriage":
  57.         pass
  58.     elif cat==22 or cat=="attendance":
  59.         pass
  60.     elif cat==2201 or cat=="remote attendance":
  61.         pass
  62.     elif cat==221 or cat=="remediation":
  63.         pass
  64.     elif cat==23 or cat=="sentencing":
  65.         pass
  66.     elif cat==24 or cat=="dangerous offenders":
  67.         pass
  68.     elif cat==25 or cat=="undertaking":
  69.         pass
  70.     elif cat==26 or cat="remedies":
  71.         pass
  72.     elif cat==27 or cat=="summary convictions":
  73.         pass
  74.     elif cat==28 or cat=="miscellaneous":
  75.         pass
  76.     else:
  77.         pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement