Skip to content

Commit

Permalink
lint_and_test yaml file corrected again
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorycottone committed May 17, 2024
1 parent d178f8b commit 41c59bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions exercise_2/bad_code.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import os

def basic_math():
return 2 + 3


if __name__ == "__main__":
hello = "Hello, World!"

basic_math()
basic_math()

0 comments on commit 41c59bd

Please sign in to comment.