Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
filing in Python 3.7
#3
For simplicity and to keep the file size down, I just created this text file and saved it as Test_File:

"This", "file", "was", "created", "to", "practice", "file", "operations", "in", "Python"

Here's the result of running the code as already posted:

Output:
>>> ===== RESTART: /Users/davidellis/Documents/Python 3 Files/scratchPad.py ===== ['"This", "file", "was", "created", "to", "practice", "file", "operations", "in", "Python"'] >>>
Reply


Messages In This Thread
filing in Python 3.7 - by ArryMan - Oct-22-2019, 08:42 AM
RE: filing in Python 3.7 - by buran - Oct-22-2019, 08:46 AM
RE: filing in Python 3.7 - by ArryMan - Oct-22-2019, 09:38 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020