美文网首页
Hello World!

Hello World!

作者: 阿里妈咪 | 来源:发表于2016-12-02 20:59 被阅读0次

    一些基本的 Linux 命令

    1. ls - 列出当前目录下的目录和文件。

    2. pwd - 列出当前所在路径。

    3. mkdir - 创建新目录。

    4. cd - 切换目录。

    5. touch - 创建空文件。

    6. rm - 删除文件或目录。

    7. vim - 编辑器。

    如何运行 Python 程序

    1. 打开Python Interpreter执行Python语句。

    $ python

    >>> print "hello world"

    2. 在Terminal里运行Python Script

    $ python hello.py

    相关文章

      网友评论

          本文标题:Hello World!

          本文链接:https://www.haomeiwen.com/subject/rauqmttx.html