Python for GCSE

8.1: understand the difference between a text file (.txt) and a Python file (.py)

Keywords:
File input and output
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
.csv filea file which contains a table of data values separated by commas and newlines
.py filea file which contains a python program which can be run
.txt filea file which can contain any text data but which can't be run as a program
Keyword games:
Resources: