Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 09bc50a164 | |||
| b9e1fc5c53 | |||
| 70d937383a | |||
| e1e5ec6685 | |||
| b6bff5d579 |
@@ -5,6 +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))
|
||||||
|
lines(1:10, 1:10)
|
||||||
|
|||||||
Reference in New Issue
Block a user