Agile育成ブログ
未来を変える喜びを
Python

オブジェクト


Warning: count(): Parameter must be an array or an object that implements Countable in /home/xs638785/agile-software.site/public_html/wp-content/plugins/rich-table-of-content/functions.php on line 490

オブジェクトの作成

テキストファイル読み込み

rfile = open("sample.txt",encoding="utf-8")     #ファイルを開いて変数rfileに入れる
text=rfile.read()
text=rfile.close()
print(text)

You cannot copy content of this page