Skip to content

Commit

Permalink
Merge branch 'python-plugin' of github.com:berkeley-eecs/berkeley-cla…
Browse files Browse the repository at this point in the history
…ss-site into python-plugin
  • Loading branch information
phrdang committed Jun 22, 2024
2 parents 71e2b0c + 49bcfef commit 1c1dbc4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _includes/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ def testing():
"""
doctests woohoo
"""
print('this is displayed')
print('this is also displayed')
print("this is displayed")
print("this is also displayed")
# BEGIN SOLUTION
print('solution is only displayed if enabled')
print("solution is only displayed if enabled")
# END SOLUTION

print('this is also displayed')
print("this is also displayed")
# BEGIN SOLUTION
print('solution 2 is only displayed if enabled')
print("solution 2 is only displayed if enabled")
# END SOLUTION

0 comments on commit 1c1dbc4

Please sign in to comment.