12,4课堂笔记

计算机英语
print 打印 age 年龄 string 字符串 integer 整数 float 浮点数
print age string integer fioat
print age string integer fioat
print age string integer fioat
print age string integer fioat
print age string
print age

 

 

 


本周知识点

str字符串
字符串就是显示在界中的一串数据
可以用双引号,单引号

 


变量类型

绑定是数据类型那就是变量类型a=55
b=55*0.2
c=a-b
print
print(type(b))

一段路,甲走完全程要20分,乙需15分,甲速是乙速百分之几?


posted on 2018-12-10 20:55  杨凯翔  阅读(65)  评论(0)    收藏  举报

导航