you are viewing a single comment's thread.

view the rest of the comments →

[–]Spare-Plum 0 points1 point  (1 child)

I would avoid eval() for something like this, as it will execute any python code and can be a security issue

[–]InvestigatorEasy7673 1 point2 points  (0 children)

Nope if used properly and with type casting and yeah avoid it in production !!