0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【2】複合代入演算子を用いた四則演算(授業資料3 演習)

Last updated at Posted at 2021-09-13

変数numに3を代入し,複合代入演算子を用いて,

まずnumに16789769を足し,
次にnumから823639を引き,
次にnumに4927492を掛け,
最後にnumを2で割り,

計算過程と解をスクリーンショットし,まなBOXにて提出しましょう.

#参考
Amazon: たった1日で基本が身に付く! Python超入門
1日で基本が身につく! Python超入門 - Speaker Deck

0
0
1

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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?