摘要:
if! 单分枝结构 if 条件: print('条件成立就做事') 条件成立才会执行该代码,不成立不执行 ..... ... print(1) 双分支结构 if 条件: print('条件成立就做事') 条件成立才会执行该代码,不成立不执行 else: print('条件不成立就 阅读全文
posted @ 2019-08-28 19:18
是我,米老鼠
阅读(145)
评论(0)
推荐(0)
摘要:
what is file? virtual unit offered by operation system steps to open file 1.find the file_path(file_path) 2.open file(open) 3.read or change the file( 阅读全文
posted @ 2019-08-28 19:00
是我,米老鼠
阅读(120)
评论(0)
推荐(0)