This website requires JavaScript.
Explore
Help
Sign In
kuroko-lang
/
kuroko
Watch
1
Star
0
Fork
0
You've already forked kuroko
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f9df8b22ef
kuroko
/
test
/
testLinesFromReadme.krk
7 lines
102 B
Python
Raw
Normal View
History
Unescape
Escape
More test files
2021-01-04 13:07:46 +03:00
import
fileio
as
io
let
f
=
io
.
open
(
"
README.md
"
)
let
lines
=
f
.
read
(
)
.
split
(
"
\n
"
)
Make print() a function before it's too late
2021-01-04 17:33:43 +03:00
print
(
lines
[
1
:
5
]
)
Reference in New Issue
Copy Permalink