Skip to content

Commit 11fd3bf

Browse files
committed
Updated Line 40
1 parent 05f2084 commit 11fd3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/version2021-0-1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def error_message(error_num):
3737
# ---- DEFINITIONS ---- #
3838

3939
def work_in_progress():
40-
print("This function is a work in progress.")
40+
print("This function is a work in progress.")
4141
def addition(num1, num2):
4242
answer = num1 + num2
4343
print(answer)

0 commit comments

Comments
 (0)