diff --git a/Datei1.txt b/Datei1.txt index 0fea95a..757dab9 100644 --- a/Datei1.txt +++ b/Datei1.txt @@ -8,3 +8,6 @@ def neue_funktion(): aki <- func(x) { print(x) } + +plot(1:10, rep(1,10)) +lines(1:10, 1:10) \ No newline at end of file