zoukankan      html  css  js  c++  java
  • python学习记录(三)------第一个python程序,hello,world

    1、新建hello.py文件,内容输入print(‘hello word’)

    2、在编辑器界面按ctrl+F5,查看输出结果,可以看到控制台输出窗口显示hello world字样

    4、python程序的文件名必须要以py作为后缀名,并且名字未数字、字母或下划线的组合

  • 相关阅读:
    代理模式
    适配器模式
    原型模式
    创建者模式
    装饰模式
    web总结
    4.14
    4.14
    POJ2385
    POJ2229
  • 原文地址:https://www.cnblogs.com/freezing1115/p/8483392.html
Copyright © 2011-2022 走看看