A list of web pages that I referred to when working with Python
Python list comprehension https://note.nkmk.me/python-list-comprehension/ Basic type [Expression for arbitrary variable name in iterable object]
!! If you want to get the line feed code from the read file, use f.read (). Splitlines () !! https://qiita.com/suzuki-hoge/items/8eac60f7b68044eea6c1
Reading and writing files with python https://note.nkmk.me/python-file-io-open-with/
python dictionary for statement https://note.nkmk.me/python-dict-keys-values-items/
python strip system https://note.nkmk.me/python-str-remove-strip/
Initialization of python array https://www.javadrive.jp/python/list/index12.html
Handling of python strings https://qiita.com/tomotaka_ito/items/594ee1396cf982ba9887
python if not https://www.sejuku.net/blog/65070
Handle exponentiation with python https://www.sejuku.net/blog/71405
Recommended Posts