Python
Adward.xi
上下索取
展开
-
Python中json数据格式转换
json数据格式转换原创 2022-10-16 11:18:39 · 2558 阅读 · 1 评论 -
Python学习、刷题(四)
join()函数;round函数;eval函数;hasattr函数原创 2022-10-16 11:16:11 · 203 阅读 · 0 评论 -
Python学习、刷题(三)
append和extend函数的区别;count()函数;replace()函数--字符串的替换;集合的常见操作:取集合的差集,消除两集合的差集;从字典中获取全部的key值;文件的读操作原创 2022-10-14 14:30:24 · 317 阅读 · 0 评论 -
Python学习、刷题(二)
列表解析;字典解析;print函数参数讲解;`try...except...finally...`的错误处理;python中的与或非;zip函数;原创 2022-10-12 21:37:43 · 551 阅读 · 0 评论 -
Python学习、刷题(一)
Python :格式化输出,排序函数sorted()和sort(),reverse()反转函数,map()函数,进制转换。原创 2022-10-11 22:44:11 · 268 阅读 · 0 评论 -
Python字符串转换为小写字母
1. .lower() --- 全部小写 2. .upper() --- 全部大写 3. .title() --- 各个字符的首字母大写 4. .capitalize() --- 首字母大写原创 2022-10-10 23:18:41 · 2193 阅读 · 0 评论 -
Python中进制转换-----int(x,base)
int(x,base)原创 2022-10-10 22:41:07 · 597 阅读 · 0 评论