Commit Graph

2 Commits

Author SHA1 Message Date
Frerich Raabe
a58792fd65 reverse-string: Don't redefine builting function 'input' (#1412)
It hurts readability to redefine the meaning of well-known builtins such
as 'input', and pylint rightfully warns about this, saying

  W:  1,12: Redefining built-in 'input' (redefined-builtin)

It's a little unfortunate that Python grabs this part of the namespace,
but let's fix the issue by using a different word for 'the input text'.
2018-06-28 08:59:14 -04:00
Sam Warner
5ab75e46d2 reverse-string: add to track (#1126)
* reverse-string: add to track

* reverse-string: improve example.py

* reverse-string: update config.json

* reverse-string: add uuid

* reverse-string: rename test file
2017-12-31 08:30:49 -05:00