File / System Related
Control Flow / Logic
Math / Random / Date
Lists / Strings
100

Opens and reads the contents of a file.

What is Read Function 

100

 A block that runs code only if a condition is true.

What is an if statement?

100

Returns a random float between 0 and 1.

What is the random module?

100

 Adds an item to a specific spot in a list.

What is insert?

200

In file management, a built-in function that adds content to an existing file.

What is Append Function

200

Ends a function and returns a value to be used elsewhere.

What is return keyword?  

200

 Provides functions for dates and times.

What is Datetime Module?

200

Deletes a specific item from a list.

What is remove?

300

This module provides access to operating system tasks like renaming or deleting files.

What is the os module?

300

Follows an if statement, runs if the previous condition was false.

What is elif statement?

300

Formats a date/time into a string

What is strftime? 

300

A method used to insert variables into a string with precise formatting.

What is string.format?

400

A helper module for finding files and folders on specific paths.

What is os.path?

400

Attempts to run code without errors.

What is try?

400

Returns a random number between a start and stop value.

What is randrange ?

400

This term refers to the spacing that defines code blocks in Python.

What is indentation?

500

Imports built-in system functions for Python.

What is a Sys Module?

500

Checks if two variables share the same memory location.

What is Identity Operator (is / is not))?

500

Returns the modulus of two numbers as a floating point.

What is fmod?

500

A value automatically assigned in a function parameter if no argument is provided.

What is a Default Value? 

M
e
n
u