def my_life(caffeine=100, sleep=5) -> str:
if caffeine >= 100 and sleep <= 5:
return "High workload: running purely on caffeine and chaos π»π₯"
elif caffeine >= 50 and sleep <= 7:
return "Moderate workload: powered by lukewarm coffee and ambition βπ΄ "
else:
return "Low workload: At peace π§ββοΈπ"
print(my_life())
- Cape Town
-
15:58
(UTC +02:00) - https://ibrahimabdou.co.za
- in/ibrahabd
Pinned Loading
-
Tower-Of-Creation
Tower-Of-Creation PublicA magical VR game where you awaken in a wizardβs tower as goblins close in. Guided by a talking crow, solve puzzles to forge a powerful staff that yields the power of 3 elemental choices.
-
FateorsGambit
FateorsGambit PublicA high-stakes 1v1 FPS Arena Card Battler where every round is unpredictable. Strategize, adapt, and outgun your opponent using a card-based system that ensures no two matches ever feel the same.
-
Webscrapper-for-League-of-legends-data-with-PyQt5-GUI
Webscrapper-for-League-of-legends-data-with-PyQt5-GUI PublicA statistics app for League of Legends (LOL) characters and their win/lose rates against other champions. The information is scraped off of u.gg and displayed in a simplified GUI.
XSLT
-
Dungeons-and-Developers-COMPY/Dungeons-and-Developers
Dungeons-and-Developers-COMPY/Dungeons-and-Developers PublicReal-Time, Competitive Programming Game designed to test its effect on motivation and engagement for 1st year Comp Sci students. UCT Honours in Computer Science Project
GDScript 1
-
Discord-Bot-Using-Riot-Games-LOL-API
Discord-Bot-Using-Riot-Games-LOL-API PublicA python program calling the Riot games LOL API to automate stat processing and output an image.
Python
-
Leetcode-Daily-Question-Discord-Bot
Leetcode-Daily-Question-Discord-Bot PublicA simple python script to scrape the Daily Leetcode question and output an embedded message to a discord channel containing the question's details.
Python
If the problem persists, check the GitHub status page or contact support.