merge error behoben

Merge branch 'developer'

# Conflicts:
#	Datei1.txt
This commit is contained in:
2019-12-19 14:39:54 +01:00

View File

@@ -5,8 +5,13 @@ Lorem Ipsum
def neue_funktion(): def neue_funktion():
print("funk") print("funk")
def schleife():
for i in range(10):
print(i)
aki <- func(x) { aki <- func(x) {
print(x) print(x)
} }
plot(1:10, rep(1,10)) plot(1:10, rep(1,10))
lines(1:10, 1:10)