0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Python×英語】print()関数を英語で理解してみた!初心者でも安心のやさしい解説

Posted at

Pythonのprint関数、英語でどう説明する?

Pythonを学び始めたばかりの方へ。
今回は基本中の基本、print() 関数について、英語でどう考えるのかを学んでみましょう!


📌 基本の書き方

print("Hello, world!")
これは、「Hello, world!」という文字を画面に表示する命令です

📖 英語で説明すると
text
Copy
Edit
Print the message 'Hello, world!' on the screen.
**print印刷するではなく表示する**という意味で使われます

print() = show / display

よって、「画面に出力する表示する)」という命令なんですね
初心者へのアドバイス
英語がわかるとエラー文や公式ドキュメントも読みやすくなります

ぜひ print() 画面に表示する命令として英語で説明できるように覚えておきましょう

🔗 関連リンク
Python公式チュートリアル英語

Real Python: Print Statement
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?