LoginSignup
2
0

More than 5 years have passed since last update.

標準入力の読み込み

Last updated at Posted at 2018-03-13

標準入力の読み込み

py
value = raw_input('please enter value :')  #入力された値は文字列として格納
print(value)
2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0