Skip to content
Snippets Groups Projects
Commit 02f872a7 authored by Muhamed's avatar Muhamed
Browse files

aufgabe 2

parent 87c69bca
No related branches found
No related tags found
No related merge requests found
Pipeline #20057 failed
{
"python.analysis.autoImportCompletions": false,
"python.analysis.typeCheckingMode": "basic"
}
\ No newline at end of file
Eingabe eines leeren strings AUSGABE: 0
Eingabe 1 AUSGABE: 1
Eingabe 42 AUSGABE: 42
Eingabe 1,2 AUSGABE: 3
Eingabe 1,2,3,4 AUSGABE: 10
Eingabe 1/n2,3 AUSGABE 6
Eingabe 1,-2,3 AUSGABE "Negative not allowed"
Eingabe -1,-5 AUSGABE "Negative not allowed"
Eingabe //;\n1;2 AUSGABE 3
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment