Introduction to Python Crossword Puzzle

Download and print this Introduction to Python crossword puzzle.

PDF will include puzzle sheet and the answer key.

 
Edit Print PDF - Letter PDF - A4

Browse all Computers / IT Puzzles

QUESTIONS LIST: unicode : character set of python programming, interactive : this mode is convenient for testing a single line code for instant execution, statement : it perform actions in python programming, keyword : weapon the knight uses to defend himself, expression : an expression produces a value in python programming, list : is a sequence of items separated by commas and items are enclosed in square brackets [ ], script : in this mode can write a python program in a file, save it and then use the interpreter to execute the program from the file, string : values are enclosed either in single quotation marks (for example ‘hello’), identifier : it a variable, function, or other entities in a program, tuple : i am immutable data type in python