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