文章分类 -  Python

入坑Python
摘要:1.实现 inp_username=input( "name:" ).strip() inp_password=input( "password:" ).strip() with open ( 'x.txt' ,mode= 'rt' ,encoding= 'utf-8' ) as f: for li 阅读全文
posted @ 2022-08-12 17:25 斐语 阅读(29) 评论(0) 推荐(0)
摘要:Operator 阅读全文
posted @ 2022-06-23 11:07 斐语 阅读(5) 评论(0) 推荐(0)