Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ First Step in Programming | Introduction to Python 1/2
Introduction to Python for Data Analysis

bookFirst Step in Programming

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

It is time for us to dive deeper into programming, but let's start from the very beginning.

The first step is learning how to output messages! You need to use the print() statement to do it. Into the print() statement, you need to put the string in the output, in '' or " " quotes.

For instance, if we want to output the sentence The US Independence Day is on the 4th of July:

123
print('The US Independence Day is on the 4th of July') # or print("The US Independence Day is on the 4th of July")
copy
question mark

Choose the correct way to output the string 'Hello world'

正しい答えを選んでください

すべて明確でしたか?

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

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

セクション 1.  1

AIに質問する

expand

AIに質問する

ChatGPT

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

セクション 1.  1
some-alt