We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4336c37 commit b2c1345Copy full SHA for b2c1345
tutorials/MyFile.md
@@ -0,0 +1,22 @@
1
+Tutorial
2
+--------
3
+Here you may write text that explains a certain feature.
4
+
5
+Exercise
6
7
+Here you will need to write the purpose of the exercise. Finishing the exercise correctly
8
+must be accomplished using the new feature that you are explaining.
9
10
+Tutorial Code
11
+-------------
12
+Write a code block that will appear on the interpreter window. For example, you may
13
+write an empty function, which the user must complete in order to finish the exercise.
14
15
+Expected Output
16
+---------------
17
+Write a code block that will describe the exact output expected from the modified code,
18
+if it has been modified correctly.
19
20
+Solution
21
22
+Write the solution code to the problem.
0 commit comments