LoginSignup
0

More than 1 year has passed since last update.

python

Posted at

演算には掛け算、割り算、のafter 足し算。引き算が計算されます。
for exmaple:10+20-10/5*100**0
ans:28.0
2.ある文字列を変数に代入するには、
    name='大阪'

3.print 関数を使って配列の中身を出力したい場合
list =(1,2,5,9)
print(list)

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
0