Python Programming

12345678910
Across
  1. 4. .... statement is used take an input from the user
  2. 5. ...... stored data in the form of a key-values pair
  3. 9. These words cannot be used as variable names
  4. 10. ..... library is required to use functions like sin, cos, exp
Down
  1. 1. ..... operation means storing data from program on a file
  2. 2. ..... library is used for matrix operations
  3. 3. ..... is used to execute a set of statements repeatedly
  4. 6. This operation needs to be performed at the end on a file opened in program
  5. 7. ..... operation means taking data from a file into a program
  6. 8. ..... statement is used to display data on the screen