File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
coding-205-writing-file-ga
coding-207-putting-it-together-ga Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Copy this code into your `write-file.py` file and run it.
24
24
25
25
What happened?
26
26
27
- ![ ] ( /posts/files/coding-205-writing-file-ga/assets/immages /step4a-results.jpg )
27
+ ![ ] ( /posts/files/coding-205-writing-file-ga/assets/images /step4a-results.jpg )
28
28
29
29
* The first two lines that you wrote are ** OVERWRITTEN** by the second two lines. Oops!
30
30
* When you open a file using the ` w ` Write mode, the file is written over if it exists.
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ You are going to use the APIC-EM API as an example of a REST API in this lab. So
71
71
<br /><br />
72
72
73
73
3 . You are now at the APIC-EM web portal. Open the API reference doc in a separate tab while you are working on this lab.<br />
74
- ![ ] ( /posts/files/coding-101-rest-basics -ga/assets/images/Ref.png )
74
+ ![ ] ( /posts/files/coding-207-putting-it-together -ga/assets/images/Ref.png )
75
75
## Step 1. Introduction
76
76
77
77
In this Learning Lab, you are going to use all of the skills that you covered in these learning labs together in one application.
You can’t perform that action at this time.
0 commit comments