Skip to content

Instantly share code, notes, and snippets.

@cycomachead
Last active February 18, 2020 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cycomachead/02b01e0ba8b8d47093de32eb01144f87 to your computer and use it in GitHub Desktop.
Save cycomachead/02b01e0ba8b8d47093de32eb01144f87 to your computer and use it in GitHub Desktop.
lab-extra-credit-function
# Add the following code to your lab03.py
# There should be a function for lab03 already, so when you submit you'll have 2 functions.
# Optional, Extra Credit.
def lab02_extra_credit():
"""
Fill in the values for these two variables.
You will get the special code from the study tool when you complete all quesitons from lab.
This code will be unique to your okpy email and this lab.
Go here to practice: https://codestyle.herokuapp.com/cs88-lab03
"""
okpy_email = "my_examil@berkeley.edu"
practice_result_code = "00000xxxxx"
return (okpy_email, practice_result_code)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment