Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Hello, me! | The basics
Learn Python from Scratch
セクション 1.  2
single

single

bookHello, me!

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

Congratulations! Now, let's modify this simple program. In the example below variable "person" is assigned value "Mary" and the program uses that name in printing the greeting. (feel free to change it to your own name :)

12
person = "Mary" print("Hello,", person)
copy
タスク

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

Assign your own name to the variable "person" and print the greeting!

解答

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

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

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

セクション 1.  2
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt