#! /usr/bin/python3
with open('test.txt','r',encoding='utf-8') as file:
content = file.read()
print(content)
0 件のコメント:
コメントを投稿