Commit a3035ec0 by Yuan

Add new file

parent cbedefa0
Summary:
代码有个小的空格的问题
Detailed Comments:
1、def parse(path):
g = gzip.open(path, 'rb')
for l in g:
yield eval(l)
这个代码的yield有空格,不符合python语法,需要重新空4格;还有getDF
函数下的i _=1这一行代码也存在这个问题
2、有时间自己多加练习,最好在不参考老师代码的情况下,自己多练习
Overall Score: 83
--------------------------------------------------------------------------------------------------------------------------
Thanks for your efforts.
-Your instructor
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment