Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Task/Department-numbers/11l/department-numbers.11l
Normal file
8
Task/Department-numbers/11l/department-numbers.11l
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
print(‘Police Sanitation Fire’)
|
||||
print(‘----------------------------------’)
|
||||
|
||||
L(police) (2..6).step(2)
|
||||
L(sanitation) 1..7
|
||||
L(fire) 1..7
|
||||
I police!=sanitation & sanitation!=fire & fire!=police & police+fire+sanitation==12
|
||||
print(police"\t\t"sanitation"\t\t"fire)
|
||||
Loading…
Add table
Add a link
Reference in a new issue