Skip to content

Conversation

@Lingsa
Copy link
Contributor

@Lingsa Lingsa commented Jun 7, 2017

right_justify(s) 代入的参数是 ‘s’,没有用到,‘print " " * (70 - len(word)) + word ’ 应该修改为 ‘print " " * (70 - len(s)) + s’

@epequeno
Copy link
Owner

Good catch, I referenced word in the function but used s as the argument.

@epequeno epequeno merged commit e0ae7d5 into epequeno:master Jun 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants