Skip to content

Commit 56cbd26

Browse files
authored
Update 5-exercise-format-strings.md
1 parent 43b4f15 commit 56cbd26

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

learn-pr/wwl-language/guided-project-calculate-print-student-grades/includes/5-exercise-format-strings.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ In this task, you'll run the code and verify that the output is correct.
110110
1. To verify that your code is working as expected, compare the output of your application with the following output:
111111

112112
```Output
113-
Student Grade
113+
Student Grade
114114

115-
Sophia: 94.6 A
116-
Nicolas: 83.6 B
117-
Zahirah: 83.4 B
118-
Jeong: 95.4 A
115+
Sophia: 94.6 A
116+
Nicolas: 83.6 B
117+
Zahirah: 83.4 B
118+
Jeong: 95.4 A
119119
```
120120

121121
If your code displays different results, you'll need to review your code to find your error and make updates. Run the code again to see if you've fixed the problem. Continue updating and running your code until your code produces the expected results.
122-
122+

0 commit comments

Comments
 (0)