4 lines
76 B
Text
4 lines
76 B
Text
# Read the file
|
|
cStr = read("myfile.txt")
|
|
# print the file content
|
|
See cStr
|