名前を入力すると挨拶を返すプログラムです。 This program asks for your name and prints greeting.
-
Pythonをインストールする Install Python
-
ターミナルで以下を実行する Run the following command in the terminal
test3.py
- 名前を入力すると挨拶が表示される Enter your name and a greeting will be displayed
-
input関数の使い方 Hoe to use the input function
-
print関数の使い方 Hou to use the print function
-
Pythonプログラムの実行方法 How to run a Python program
-
Pythonの基本的な入出力処理(input,print)を理解する。 To understand basic input and input operations in Python.
-
プログラムを自分で作るという経験をする。 To gain experience in creating programs myself.