File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,10 @@ Evaluate the course anonymously |[TODO](https://github.com/UPPMAX/n
5555 - I can create a Python script
5656 - I can run a Python script
5757 - I can run a Python script that uses a graphical library on an HPC cluster
58- - In Python, I can create a variable
59- - In Python, I can use a variable
58+ - I can create and use a variable in Python
6059 - I can convert a simple equation to Python code
61- - In Python, I can find and use the operator for exponentiation
62- - In Python, I know what the modulo operator is and when to use it
6360 - I can convert a simple text question to Python code
61+ - I can read and write to/from a file in Python
6462
6563 Any other feedback?
6664
Original file line number Diff line number Diff line change @@ -179,12 +179,11 @@ what you will learn today.
179179 - I can use a text editor on my HPC cluster
180180 - I can create a Python script
181181 - I can run a Python script
182- - In Python, I can create a variable
183- - In Python, I can use a variable
182+ - I can run a Python script that uses a graphical library on an HPC cluster
183+ - I can create and use a variable in Python
184184 - I can convert a simple equation to Python code
185- - In Python, I can find and use the operator for exponentiation
186- - In Python, I know what the modulo operator is and when to use it
187185 - I can convert a simple text question to Python code
186+ - I can read and write to/from a file in Python
188187
189188## (optional) Exercise 3: where is what?
190189
You can’t perform that action at this time.
0 commit comments