chssn / uk-dataset

UK Profile for vatSys
0 stars 0 forks source link

The input method in Python 2 will read from standard input, evaluate and run the resulting string as python source code. This is similar, though in many ways worse, then using eval. On Python 2, use raw_input instead, input is safe in Python 3. #9

Closed chssn closed 3 years ago

chssn commented 3 years ago

Codacy detected an issue:

Message: The input method in Python 2 will read from standard input, evaluate and run the resulting string as python source code. This is similar, though in many ways worse, then using eval. On Python 2, use raw_input instead, input is safe in Python 3.

Occurred on:

Currently on: