Skip to content

Instantly share code, notes, and snippets.

View kwakueshun's full-sized avatar
🏠
Working from home

Samuel Eshun kwakueshun

🏠
Working from home
View GitHub Profile
work_load = ['code', 'test', 'debug']
# After a few days of debugging loads of errors
work_load.append('grab a drink right now!')
print(f'You should totally {work_load[3]}')