Skip to content

Commit 2059e31

Browse files
committed
Removed the data file form 8.2. Running the Python code in this section appears to work fine without it. I am unable to test the Java code.
1 parent 4c9d26c commit 2059e31

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

source/ch8_filehandling.ptx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,7 @@
7979
<p>
8080
We will now create a <c>File</c> object. It is important to create a meaningful name for the <c>File</c> object. We will call ours <c>myFile</c>.
8181
</p>
82-
<datafile label="myfile-created" filename="myfile.txt" xml:id= "myfile-created" editable="yes">
83-
<pre>
84-
empty file
85-
</pre>
86-
</datafile>
82+
8783
<program xml:id="create-file-java" interactive="activecode" language="java" add-files="myfile-created">
8884
<code>
8985
import java.io.File;

0 commit comments

Comments
 (0)