Platform Name |
CodeCheck |
Exercise Type |
Code Completion |
Language |
Python |
Description |
Given an integer n, produce the array
<pre>0 1 2 3 ... n
1 2 3 4 ... 0
...
n 0 1 2 ... n-1
</pre>
|
Keywords |
,
|
URL |
https://codecheck.io/files/horstmann/codecheck-python-Producing2DArrays-1 |
Author |
Cay Horstmann |
Institution |
San José State University |
Iframe URL |
https://codecheck.io/files/horstmann/codecheck-python-Producing2DArrays-1 |
LTI URL |
https://codecheck.io/files/horstmann/codecheck-python-Producing2DArrays-1 |
LTI Instructions URL |
https://horstmann.com/codecheck/lti.html |