Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ea5e405254 | |||
| 9763a32e87 | |||
| 68b9d19b27 | |||
| afd234429a | |||
| 1fa0851dd0 | |||
| 8d8a7dbb86 | |||
| b99f3934e9 | |||
| 60a9e768d4 | |||
| 88ccc761a3 | |||
| f0c04b62a5 | |||
| 1cbb651ae7 | |||
| 3e8a18c57d | |||
| ec72a1fdcf |
19
Datei1.txt
19
Datei1.txt
@@ -1,17 +1,12 @@
|
||||
Hello Akira!
|
||||
|
||||
Lorem Ipsum
|
||||
Hello!
|
||||
|
||||
def neue_funktion():
|
||||
print("funk")
|
||||
print("kreativ")
|
||||
|
||||
def schleife():
|
||||
for i in range(10):
|
||||
print(i)
|
||||
print("welt")
|
||||
print("issues")
|
||||
|
||||
aki <- func(x) {
|
||||
print(x)
|
||||
}
|
||||
plot(letters[1:5], seq(1:5))
|
||||
grid()
|
||||
|
||||
plot(1:10, rep(1,10))
|
||||
lines(1:10, 1:10)
|
||||
#finale oh oh
|
||||
|
||||
Reference in New Issue
Block a user