Python
阿七啊1123
这个作者很懒,什么都没留下…
展开
-
Python: Get var value from keyboard
Started to write some python script from this year. Here is some basic knowledge for how to get the variable value from keyboard.class WPTClient(object): def __init__(self): # Args f...原创 2018-06-23 00:08:19 · 297 阅读 · 0 评论 -
Python: How to append content to a file
Sometimes we need to append the content to an existing file. Here is the way using python. From the code below, you'll find we have to open the file twice. that's because in the first time, aft...原创 2018-06-23 00:17:00 · 593 阅读 · 0 评论