摘要:
111202 阅读全文
posted @ 2021-04-24 17:08
社会你玲姐
阅读(16)
评论(0)
推荐(0)
摘要:
name= input("请输入你的名字:") location= input("请输入你的地址:") hobby= input("请输入你的爱好:") print("可爱的",name,"喜欢在",location,"进行",hobby) 或者可以这样写: T= "可爱的"{0},"喜欢在"{1} 阅读全文
posted @ 2021-04-24 16:08
社会你玲姐
阅读(79)
评论(0)
推荐(0)
摘要:
oijv 阅读全文
posted @ 2021-04-24 11:26
社会你玲姐
阅读(26)
评论(0)
推荐(0)
摘要:
15w4defl;gvko;fm 阅读全文
posted @ 2021-04-24 11:25
社会你玲姐
阅读(30)
评论(0)
推荐(0)
摘要:
2021年04月24日11:16:38 整数 int() 浮点数float() 字符串str() 布尔值bool() 1.通过打印类型查看变量的类型print(type(C)) 2.input()输出的数据都是字符串 3.bool()是false,其他都是true 4.数据类型的转换:想转成什么类型 阅读全文
posted @ 2021-04-24 11:16
社会你玲姐
阅读(22)
评论(0)
推荐(0)
摘要:
2021年04月24日10:25:19 name="alex lenb" #请输出name变量对应的值中“e”所在索引位置? index=0 #手动记录一下索引 for c in name: if c=='e': print(index) index = index+1 s="123a4b5c" # 阅读全文
posted @ 2021-04-24 10:51
社会你玲姐
阅读(51)
评论(0)
推荐(0)

浙公网安备 33010602011771号