前回はimportについてChatGPT先生に教わった。 今回はpythonのコードでよくでてきたdefについて。 defって単語もいっぱい出てきてるけど、なんなのこれ def は Pythonにおける **「関数(function)を定義するためのキーワード」です。 💯ドンピシャです!!まさに ...
Pythonでは、「from〇〇 import 」を使って他のファイルを参照できます。しかし、そのファイル同士の階層が分かれると、書き方が変わります。 その書き方が毎度、よく分からなくなるので、まとめることにしました。 全てのファイルが同じ階層にある ...
The Python programming language serves as a scripting language suited for quick programming tasks. It's more accessible to small business owners and others who are casual programmers than other ...