python hello wlord

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python hello wlord相关的知识,希望对你有一定的参考价值。

 

 入门运行第一个python程序

https://www.python.org/

官网下载最新python3安装到电脑

安装成功 cmd进入到安装目录

1.在cmd中直接进入到python安装目录 编写代码运行

cmd中运行python.exe

编写 print("Hello, World!"); 回车

 技术分享

2.运行py文件

退出python.exe 输入ctrl+z(不是输入字符)回车

 

技术分享

 

 技术分享

文件保存在python安装目录下 直接运行

技术分享

 

以上是关于python hello wlord的主要内容,如果未能解决你的问题,请参考以下文章

列表[‘hello’ , ‘python’ ,’!’ ] 用多种方法拼接,并输出’hello python !’ 以及join()在python中的用法简介

Python Hello World

python笔记18-高阶函数

Python程序--hello world

Python:为啥 ("hello" is "hello") 评估为 True? [复制]

Python:为啥 ("hello" is "hello") 评估为 True? [复制]