2 Commits
Author SHA1 Message Date
damoklovandGitHub 06f56f46c0 Merge pull request #1 from damoklov/damoklov-patch-1
Added useful Python file for checking input data
2018-10-06 23:33:58 +03:00
damoklovandGitHub 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