Skip to content

Commit b99b313

Browse files
authored
Merge pull request #137 from scottcpeterson/patch-7
Changing input text to match output text
2 parents 8debf1d + 41d3f07 commit b99b313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/03-control-structures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ value = 5
5959
threshold= 4
6060
print("value is", value, "threshold is ",threshold)
6161
if value > threshold :
62-
print(value, "is above ", threshold, " threshold")
62+
print(value, "is bigger than ", threshold)
6363
6464
print("\nExample 2\n")
6565

0 commit comments

Comments
 (0)