セクション 1. 章 3
single
Perform Simple Math in Python
メニューを表示するにはスワイプしてください
Python excels at crunching numbers. It supports various mathematical operations, from basic arithmetic to complex calculations.
Use the print() function to display results. Mathematical expressions don’t require quotation marks ("..." or '...'), unlike text.
1234567891011# Addition print(1039 + 948) # Subtraction print(10484 - 9274) # Multiplication print(116 * 99) # Division print(95873 / 472)
タスク
スワイプしてコーディングを開始
-
Compute the following and print the outcomes:
2580added to198.23times42.1512divided by27.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 1. 章 3
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください