lost_clothes_here 168 B

12345678910
  1. # lost_clothes_here
  2. if CloLosDay[$ARGS[0]] ! 0 and CloLosDay[$ARGS[0]] :
  3. RESULT = 1
  4. else :
  5. RESULT = 0
  6. end
  7. --- lost_clothes_here ---------------------------------