Pages

Bài đăng phổ biến

Monday, August 6, 2012

IndentationError: unexpected indent

message =  '\n'.join(lines) + '\n'
error:
IndentationError: unexpected indent
fix:
message ='\n'.join(lines) + '\n'
delete blank beforce '\n'.

Nguyen Si Nhan


No comments:

Post a Comment

Thanks for your join,we will be reply to you asap.