RSS

Posts in 2018

  • CP01E01 - Python 教程

    2018-10-17 in 教程

    python 写于 2018-10-17 的一篇python教程 a python file like this: #!/usr/bin/env python3 #coding=utf-8 # it will print a poetry for python import this if __name__ == '__main__': print('Hello, World!') at line 1: it will search a file named …

    更多