Skip to content

Commit a907625

Browse files
author
Wolfgang Esser-Skala
committed
corrects program call in Aufgabe 2.5
1 parent b07cea3 commit a907625

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,17 +527,17 @@ In dieser Aufgabe entwerfen Sie ein Programm `aufgabe_2_5.py`, welches die Ähnl
527527

528528
Sie können die korrekte Funktionalität Ihres Programms anhand der folgenden Beispiele testen:
529529
```
530-
$ python aufgabe_2_5.py RAB5C;PITX2;ZNF222;LMTK2;LMTK2 RAB5C;PABPC4;ZNF222;PKN1;PTMA
530+
$ python aufgabe_2_5.py "RAB5C;PITX2;ZNF222;LMTK2;LMTK2" "RAB5C;PABPC4;ZNF222;PKN1;PTMA"
531531
4
532532
5
533533
0.2857142857142857
534534
535-
$ python aufgabe_2_5.py THOC5;RAD23B;GPR31;PIRC85;PANO1 THOC5;ATP1A2;GPR31;THOC5
535+
$ python aufgabe_2_5.py "THOC5;RAD23B;GPR31;PIRC85;PANO1" "THOC5;ATP1A2;GPR31;THOC5"
536536
5
537537
3
538538
0.3333333333333333
539539
540-
$ python aufgabe_2_5.py RAD23B RAD23B
540+
$ python aufgabe_2_5.py "RAD23B" "RAD23B"
541541
1
542542
1
543543
1.0

0 commit comments

Comments
 (0)