def helloworld(): name = input('input your name:') message = 'Hello'+ name + '!' print(message) # ここで実行 helloworld() 実行すると、さっきと同じく ...
* 1991年に登場した汎用プログラミング言語(コンパイル不要) * [Python](https://ja.wikipedia.org/wiki/Python) 3 系(最新版 3.8.5)と 2 ...