2 lines
49 B
Python
2 lines
49 B
Python
|
file = open("sclite.txt", "r")
|
||
|
print(file.read())
|