Skip to content

Commit b2c1345

Browse files
EvelinSronreiter
authored andcommitted
Create MyFile.md
1 parent 4336c37 commit b2c1345

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

tutorials/MyFile.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)