設計によるセレンディピティ

"The most powerful force in the universe is compound interest."

python

読書の進捗管理するスニペット

ゼミ当日までにテクストを読むペースを計算したくなったのでPythonで関数を作った. 読書家のみなさんのお役に立てたら嬉しい. from datetime import date def reading_plan(title, total_number_of_pages, period): current_page = int(input("Current pag…