演算には掛け算、割り算、のafter 足し算。引き算が計算されます。
for exmaple:10+20-10/5*100**0
ans:28.0
2.ある文字列を変数に代入するには、
name='大阪'
3.print 関数を使って配列の中身を出力したい場合
list =(1,2,5,9)
print(list)
Go to list of users who liked
More than 1 year has passed since last update.
演算には掛け算、割り算、の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
Go to list of users who liked