PYTHON BASICS

12345678910
Across
  1. 2. Data type used to store text values
  2. 4. Python is case-sensitive language
  3. 7. A name given to a variable, function, or object in Python
  4. 9. Function used to display output on screen
Down
  1. 1. A name used to store data in Python
  2. 3. Rule: identifiers cannot start with this type of character
  3. 5. Keyword used to take input from the user
  4. 6. Software that executes Python code line by line
  5. 8. Loop used when number of iterations is known
  6. 10. Popular photo-sharing APP based on python