Python Programming Crossword

This printable crossword puzzle has 34 clues. Answers range from 2 to 13 letters long. This crossword is also available to download as a Microsoft Word document or a PDF.

Description

Type of language used to communicate with computers
Words you cannot use as constant or variable or any other identifier names.
A hash sign (#) that is not inside a string literal begins a __________________.
The ____________________ allows multiple statements on the single line given that neither statement starts a new code block
The ___________ symbol is used to assign values to variables.
__________________ data types store numeric values. They are created when you assign a value to them.
________________________ are identified as a contiguous set of characters represented in the quotation marks.
A ______________________ contains items separated by commas and enclosed within square brackets ([]).
Another sequence data type that is similar to the list. It of a number of values separated by commas.
Arithmetic operator that divides left hand operand by right hand operand and returns remainder
Logical Operator that evaluates to true If both the operands are true then condition becomes true.
Logical Operator that evaluates to true If any of the operands are true then condition becomes true.
Logical Operator that evaluates to false If condition evaluates to true.
Membership operator that evaluates to true if it finds a variable in the specified sequence and false otherwise.
An ______________ statement consists of a boolean expression followed by one or more statements.
Use one if or else/if statement inside another if or else/if statement(s).
A ________________ statement allows us to execute a statement or group of statements multiple times
Loop that repeats a statement or group of statements while a given condition is TRUE. It tests the condition before executing the loop body.
_______________ loop executes a sequence of statements multiple times and abbreviates the code that manages the loop variable.
Terminates a loop statement and transfers execution to the statement immediately following the loop.
Statement that causes the loop to skip the remainder of its body and immediately retest its condition prior to reiterating.
Designated by [ ] in a string to indicate the specific position of a character.
Determines if string or a substring of string (if starting index beg and ending index end are given) ends with suffix; returns true if so and false otherwise.
Determine if str occurs in string or in a substring of string if starting index beg and ending index end are given returns index if found and -1 otherwise.
Returns true if string has at least 1 cased character and all cased characters are in lowercase and false otherwise.
Returns true if a unicode string contains only numeric characters and false otherwise.
Merges (concatenates) the string representations of elements in sequence seq into a string, with separator string.
Converts all uppercase letters in string to lowercase.
Replaces all occurrences of old in string with new or at most max occurrences if max given.
Removes all trailing whitespace of string.
Converts lowercase letters in string to uppercase.
To remove a list element, you can use either the ____________ statement if you know exactly which element(s) you are deleting.
To remove a list element, you can use either the _____________ statement if you do not know.
String operation indicated by "1" + " 2"

Customize
Add, edit, delete clues, and customize this puzzle.

Microsoft Word

Crossword

Archery Word Search

Word Search

Microsoft Excel

Crossword

Archery

Word Search

Scratch Terms

Word Search

Excel formulas

Matching Quiz