1 line
71 B
Nim
1 line
71 B
Nim
var f = open(r"C:\texts\text.txt") # a raw string, so ``\t`` is no tab
|
var f = open(r"C:\texts\text.txt") # a raw string, so ``\t`` is no tab
|