string - An alphanumeric data type, float - Any decimal number, integer - Whole number, print function - Used to display text on the screen, \n - Creates a line return on a string of text, % - The modulus symbol in Python, * - Multiply, / - Divide, score=0 - Variable asignment, == - Is equal to, != - Not equal to, > - Greater than, < - Less than, >= - Greater than or equal to, <= - Less than or equal to, def name() - Subroutine declaration, with open("name.txt", "r") as file: - Opening a file in read mode, with open("name.txt", "w") as file: - Opening a file in write mode,

Leaderboard

Visual style

Options

Switch template

Continue editing: ?