Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def CCC(cat,crime,plea,defense):
- if cat==1 or cat=="general":
- pass
- elif cat==2 or cat=="public order":
- pass
- elif cat==21 or cat=="terrorism":
- pass
- elif cat==3 or cat=="firearms":
- pass
- elif cat==4 or cat=="administration":
- pass
- elif cat==5:or cat=="sexual":
- pass
- elif cat==6 or cat=="privacy":
- pass
- elif cat==7 or cat=="gaming":
- pass
- elif cat==8 or cat=="reputation":
- pass
- elif cat==81 or cat=="conveyance":
- pass
- elif cat==9 or cat=="property":
- pass
- elif cat==10 or cat=="fraud transactions":
- pass
- elif cat==11 or cat=="forbidden acts property":
- pass
- elif cat==12 or cat=="currency":
- pass
- elif cat==122 or cat=="proceeds":
- pass
- elif cat==13 or cat=="attempts":
- pass
- elif cat==14 or cat=="jurisdiction":
- pass
- elif cat==15 or cat=="special procedure":
- pass
- elif cat==16 or cat=="compelling appearance":
- pass
- elif cat==17 or cat=="language":
- pass
- elif cat==18 or cat=="procedure":
- pass
- elif cat==181 or cat=="case management":
- pass
- elif cat==19 or cat=="trial without jury":
- pass
- elif cat==191 or cat=="nunavut":
- pass
- elif cat==20 or cat=="jury trials":
- pass
- elif cat=201 or cat="mental disorder":
- pass
- elif cat==21 or cat=="appeals":
- pass
- elif cat==211 or cat=="miscarriage":
- pass
- elif cat==22 or cat=="attendance":
- pass
- elif cat==2201 or cat=="remote attendance":
- pass
- elif cat==221 or cat=="remediation":
- pass
- elif cat==23 or cat=="sentencing":
- pass
- elif cat==24 or cat=="dangerous offenders":
- pass
- elif cat==25 or cat=="undertaking":
- pass
- elif cat==26 or cat="remedies":
- pass
- elif cat==27 or cat=="summary convictions":
- pass
- elif cat==28 or cat=="miscellaneous":
- pass
- else:
- pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement