摘要: 一.变量、字符串、print、类型转换、运算符 message = "Hello Python world" #字符串变量 a,b,c = 9,9,3 print(message) print("apple"+str(4)) print(1.4+int("1")) print(a%4,b//4,c* 阅读全文
posted @ 2025-11-10 02:03 骆驼丶浮云 阅读(4) 评论(0) 推荐(0)