More actions
Nosfaratuss (talk | contribs) No edit summary |
Nosfaratuss (talk | contribs) No edit summary |
||
Line 14: | Line 14: | ||
</pre> | </pre> | ||
If the trash bin is full, you can dispose of the garbage bags using one of the two routes shown on the map | If the trash bin is full, you can dispose of the garbage bags using one of the two routes shown on the map: | ||
- | - '''Option 1:''' Through the '''front entrance''' of '''De Kroon''' 🚪<br /> | ||
- '''Option 2:''' Through the **back door** 🚪 | |||
- | |||
🔹 '''Important:''' If you’re the last one in the space and you notice food waste in the bin or it’s already '''half full''', please take it out as well! Keeping the space clean benefits everyone. 🧹♻️ | |||
[[File:Garbage_Bags.png]] | [[File:Garbage_Bags.png]] |
Revision as of 20:15, 26 February 2025
Want to check if the trash bin is full? Let this handy Python script do it for you! 🗑️✨
import random def check_trash_bin(): status = random.choice(["full", "empty"]) if status == "full": print("⚠️ The trash bin is full! Time to empty it. 🗑️") else: print("✅ The trash bin is empty. Well done!") check_trash_bin()
If the trash bin is full, you can dispose of the garbage bags using one of the two routes shown on the map:
- Option 1: Through the front entrance of De Kroon 🚪
- Option 2: Through the **back door** 🚪
🔹 Important: If you’re the last one in the space and you notice food waste in the bin or it’s already half full, please take it out as well! Keeping the space clean benefits everyone. 🧹♻️