@[TOC]## 变量代码: ```pythonmessage = "hello python world!"python(message)```输出: ```pythonhello python world!```在这里添加了一个变量,每个变量都对应一个值,这个值是可以改变的,在这里这个变量的值为 hello python world! ## 变量的命名与使用· 变量名只能包含字母、数字和下划线
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号