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