Skip to content

Commit 69e49ff

Browse files
committed
Monty-Aufgabe für Level 6
1 parent 57811ce commit 69e49ff

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Level_06/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Level 6 Aufgaben
2+
3+
## Aufgabe 1 (Monty Python)
4+
5+
Passe deine Lösung aus Level 4 so an, dass:
6+
* alle Dateinamen als Parameter auf der Kommandozeile übergeben werden können
7+
* alle Befehle in einem Programm sind
8+
* `argparse` dabei verwendet wird
9+
10+
Wenn du keine eigene Lösung hast, kannst du auch unsere Lösung von Level 4 benutzen.
11+
Aufrufbar sein soll das Programm am Ende wie folgt:
12+
13+
```bash
14+
python3 monty.py words --input monty.txt --output words.txt
15+
python3 monty.py chars --input monty.txt --output chars.txt
16+
python3 monty.py analyze --chars chars.txt
17+
python3 monty.py replace --input monty.txt --output MONTY.txt
18+
```

0 commit comments

Comments
 (0)