Skip to content

Instantly share code, notes, and snippets.

@kwakueshun
Last active May 2, 2019 11:38
Show Gist options
  • Save kwakueshun/c702a271dd3bd621884198d532943043 to your computer and use it in GitHub Desktop.
Save kwakueshun/c702a271dd3bd621884198d532943043 to your computer and use it in GitHub Desktop.
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]}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment