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?

More than 1 year has passed since last update.

Python 3 エンジニア認定基礎試験対策2 - インタプリタを使う

0
Last updated at Posted at 2024-01-22

はじめに

Python3エンジニア認定基礎試験の対策として自分用に執筆しています。

この記事はPython・執筆学びたての初心者が執筆しています。間違いがあるかもしれませんので、ぜひ各項目にある参考文献も確認してください。また、誤りがあればコメントで教えていただけると幸いです。

Python インタプリタを使う

python とコマンドを打つとPythonを利用できる
quit()とコマンドを打つとPythonを終了できる
-m はモジュールを利用する際に使う
PythonのソースコードはUTF-8でエンコードされたものとして扱う

参考文献

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?