Skip to content

Commit 471df49

Browse files
Update 03-1-python-text-files.md
1 parent 01f2705 commit 471df49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/03-1-python-text-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ Create a file called `name.txt` with your full name in it.
3333
Write a python script called `readwrite.py` that:
3434

3535
1. reads `name.txt` into a variable `my_name` and then
36-
2. writes a new file named `hello.txt` with the contents `Hello, my name is <my_name>.`
36+
2. writes a new file named `output/hello.txt` with the contents `Hello, my name is <my_name>.`

0 commit comments

Comments
 (0)