Python for GCSE

8.3: be able to write code that can write to a text file

Keywords:
File input and output
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
appendmethod used to write to a file where new data is added onto the end of an existing file
createmethod used to write to a file where a new file is created if if it doesn't already exist
modethe method used to open a file for writing (e.g. append, read only or create)
writeoutput data to a file
Keyword games:
Resources: