Compare commits
8 Commits
2a62d904f7
...
0.2.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 09bc50a164 | |||
| b9e1fc5c53 | |||
| 70d937383a | |||
| e1e5ec6685 | |||
| b6bff5d579 | |||
| 38b3a5ae0b | |||
| 9712cdbbcc | |||
| 9d5c3ceae2 |
11
Datei1.txt
11
Datei1.txt
@@ -4,3 +4,14 @@ Lorem Ipsum
|
|||||||
|
|
||||||
def neue_funktion():
|
def neue_funktion():
|
||||||
print("funk")
|
print("funk")
|
||||||
|
|
||||||
|
def schleife():
|
||||||
|
for i in range(10):
|
||||||
|
print(i)
|
||||||
|
|
||||||
|
aki <- func(x) {
|
||||||
|
print(x)
|
||||||
|
}
|
||||||
|
|
||||||
|
plot(1:10, rep(1,10))
|
||||||
|
lines(1:10, 1:10)
|
||||||
|
|||||||
Reference in New Issue
Block a user