Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
phrdang and github-actions[bot] authored Jun 22, 2024
1 parent ed74525 commit 49bcfef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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 49bcfef

Please sign in to comment.