Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: The Digital Tea Kettle | Asynchronous Programming (asyncio)
Python Structural Programming
セクション 4.  3
single

single

Challenge: The Digital Tea Kettle

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

タスク

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

Create a coroutine that simulates a digital tea kettle boiling water.

  • Define a coroutine function called boil_water using the async keyword.
  • Inside the coroutine, print "Kettle is on...".
  • Simulate boiling for 3 seconds.
  • After the wait, print "Ding! Water is boiled.".

Your code should produce: Kettle is on... waits for 2 seconds Ding! Water is boiled.

解答

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

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

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

セクション 4.  3
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt