摘要: Python:1. print()函数:打印字符串2. raw_input()函数:从用户键盘捕获字符3. len()函数:计算字符长度4. format(12.3654,'6.2f'/'0.3%')函数:实现格式化输出5. type()函数:查询对象的类型6. int()函数、float()函数、 阅读全文
posted @ 2019-10-11 20:27 liubeibei123 阅读(232) 评论(1) 推荐(0) 编辑