python学习笔记(基础语法)python学习笔记
python学习笔记输出一些基本的输出:# 这是我的第一个Python程序嘻嘻嘻print("hello,world") #单行注释'''这是多行注释,'''a=23print("这是变量:",a)age=18print("我的年纪是:%d"%age)print("我的年纪是%s,我的国际是%s"%("小张","中国"))print("www",&qu