Commit Graph

1 Commits

Author SHA1 Message Date
damoklov
5924cea46f
Added useful Python file for checking input data
You can experiment with this file, add smth to it and use in your modules. 
Example of usage:

>>>123
>>>Correct!

>>>fsda12
>>>ValueError

>>>
>>>Enter something
2018-10-06 23:31:37 +03:00