HackSwjtu / HackRunningGo

🏅 PC can run without legs. 😎
61 stars 27 forks source link

请问一下这个是什么出问题了? #39

Closed zimoua closed 6 years ago

zimoua commented 6 years ago

File "updateRoutes.py", line 231 print 'got one record for iphone,ignore it' ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(print 'got one record for iphone,ignore it')? PS F:\HackRunningGo-feature\HackRunningGo-feature>

lianglanzheng commented 6 years ago

This file was written in python 2, print method without brackets is illegal in python 3. MORE IMPORTANT: This crack is out of date. Don't run it if you are not a developer.