You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
226 B
Python

# coding:utf-8
# Author: sunhong
# Created Time : 五 2/23 23:53:01 2018
# File Name: playbakc.py
with open('/Users/grey/workspace/pyandweb/pyanything/misc/heipishu.txt', 'r') as f:
content = f.read()
print(content)