Metadata
Python Commands
Python Layout
File Types
100

("_") This character is used to separate values in a file name.

What is an underscore?

100

This is the first or second command in python.

What is import random?

100

(=>)

What is a tab?

100

PDF, JPG, TIFF, & PNG

What are examples of image files?

200

Typically found at the start of a file name, this number is written as an 8 digit number to signify when the file was created.

What is the file date?

200

This command is used to draw images in python. It uses a sea reptile as a main pointer when drawing

What is import turtle?

200

Ex. ()

These characters are used to determine the parameters for the code commands such as strings or number sequences.

What are parenthesis?

200

TXT, DOC, XML

What are examples of text files?

300

Units that are used to measure the size of a rasterized/picture file.

What is a pixel?

300

This command is used to create loops in python.

What is for n in range?
300

(') Controls when coded text either becomes a command or a string of text.

What is a quotation mark?

300

HTML, CSS, PHP

What are examples of code files?

400

Information that is about the file. Typically created or added when the file is made, a user can add information such as a file creator and file extensions.

What is metadata?

400

Ex. days=['Monday','Tuesday','Wednesday']

A set list of words either as strings or coded text. This list is usually found at the beginning of a coded sequence.

What is a word bank?

400

(=)

Two of these characters are used for specific conditions in an if-then statement. One of these are used for word banks.

What is an equals sign in python?
400

MP3, WAV, FLAC

What are examples of audio files?

500

Portions of metadata that are used to form character strings for the file name. Typically used for file organization.

What is a naming convention?

500

A sequence of code that activates when a specific word is used. This command can use loops and draw commands to form shapes. 

What is the define function?

500

([]) These characters are used to create word banks for lists in python.

What are brackets in python?

500

AVI, WMV, MOV

What are examples of video files?

M
e
n
u