def helloworld(): name = input('input your name:') message = 'Hello'+ name + '!' print(message) # ここで実行 helloworld ...
第9回は、オブジェクト指向のスクリプト言語であるPythonを使ってみましょう。PythonのHello Worldは ...
このブログでは、ChatGPTで作成した「AIアプリを作れる様になるまでの100個のアプリ案」を実際に ...