Agile育成ブログ
未来を変える喜びを
Python

input


Warning: count(): Parameter must be an array or an object that implements Countable in /home/xs638785/agile-software.site/public_html/wp-content/plugins/rich-table-of-content/functions.php on line 490

input

ユーザーによって入力された値である戻り値は常にstr型です。

#入力せよが表示され、入力待機状態。ユーザーが入力した値がprint関数で表示される。
text= input("入力せよ")
print(text)

You cannot copy content of this page