Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions avene2019.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Results

### Theoretical

1. Y
2. N (missing the small stuff)
3. Y
4. Y
5. Y
6. Y
7. Y
8. Y
9. Y
10. Y
11. Y
12. Y
13. Y

### Practical

1. Almost. You forgot to print out the name back at the user.
2. Good. Minor bug: incorrect output for inputs `98; 2`
2. (extra) Does not seem to output anything for me.
3. Very good! Minor bug: you're printing 41 not 40 numbers
5. You are thinking in the correct direction.

### Tips:
- Giving your variables meaningful names and maintaining consistent indentation in your project will help you keep track of and understand your work