Python Basic

123456789101112131415
Across
  1. 3. Function used to read input through keyboard
  2. 7. INT,BOOL,STR,TUPLE ARE TYPES OF
  3. 8. How "else if" is written in python?
  4. 10. DESIRED ELEMENT FROM A DICTIONARY CAN BE EXTRACT BY MENTIONING ITS
  5. 11. _______________ CONTAINS ,KEY VALUE PAIR
  6. 13. One of keyword used to write a loop
  7. 14. _____________ symbol used to assign the values to variable
  8. 15. Guido Van Rossum developed a ____programming language
Down
  1. 1. True or False is of ____data type
  2. 2. LIST, STRING,DICTIONARY ARE EXAMPLES OF
  3. 4. Code lines that never be executed
  4. 5. IT CAN CONTAIN COLLECTION OF LETTERS/DIGITS/SPECIALCHARACTERS
  5. 6. Cannot used as variable name in python
  6. 9. DESIRED ELEMENT FROM A LIST CAN BE EXTRACT BY MENTIONING ITS
  7. 12. The__________used to denote single line comments in python
  8. 15. Function to use when displaying message on screen