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 DIV symbol in Python, """ - Used to add ascii art , % - The MOD symbol in Python, * - Multiply, / - Divide, score=0 - Variable aasignment, == - Is equal to, != - Not equal to, > - Greater than, < - Less than, >= - Greater than or equal to, <= - Less than or equal to, def name() - Subroutine declaration, file = open("name.txt", "r") - Opening a file in read mode, file = open("name.txt", "w") - Opening a file in write mode,

Leaderboard

Visual style

Options

Switch template

Continue editing: ?