bug with data transmission

This commit is contained in:
YiChin2018
2019-07-16 20:38:08 +08:00
parent 7647186154
commit 8ed2bc6ae3
3 changed files with 9 additions and 5 deletions
@@ -0,0 +1,7 @@
def main():
file = open('C:/ti/python_test_code/uni/att_notify.psd', 'r')
print file.read()
file.close()
if __name__== "__main__":
main()