Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Division | Numeric Types
Python Data Types
セクション 1.  9
single

single

bookDivision

メニューを表示するにはスワイプしてください

We have to use an operator / to divide numbers. We can divide all numbers, namely: integers, complex, floating point.

Input:
num_1 = 35
num_2 = 7
division = num_1/num_2

print(f'The division of {num_1} and {num_2} is {division }')

Output:
The division of 35 and 7 is 5.0
タスク

スワイプしてコーディングを開始

You have 2 complex numbers, divide them.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  9
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt