VOOZH about

URL: https://qiita.com/sirouto/items/3dba8469641482c2c4f6

⇱ pythonのヘッダ #Python - Qiita


👁 Image
1

Go to list of users who liked

0

Share on X(Twitter)

Share on Facebook

Add to Hatena Bookmark

More than 5 years have passed since last update.

@sirouto

pythonのヘッダ

1
Last updated at Posted at 2018-03-02
python.py
# !/usr/bin/env python
# pythonをenv読み込んでから起動。envがpythonを勝手に探してくれるので汎用的。
# -*- coding: utf-8 -*-
# スクリプトの中身をutf−8とする。python 3からはデフォルトでutf−8なので入らない模様。
1

Go to list of users who liked

0
2

Go to list of comments

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
1

Go to list of users who liked

0