Return to Coding in Python with artEoz – exercises

Python arrays

  1. In a new code frame  NouveauProgramme enter the following code and ask for the memory diagram construction:
  1. Play with the construction of arrays.
    Is it possible to build a triangular array?
    What is the representation of a three-dimensional array? (take small values for the dimensions not to blow up the calculation time of the memory diagram).

Back to python exercises list