Previous: 23-Regex.html
document.querySelector('video').playbackRate = 1.2
Allowing the user to input something that gets executed as code is a
bad idea!
https://docs.python.org/3/library/functions.html#eval
https://docs.python.org/3/library/functions.html#exec
https://realpython.com/python-eval-function/
https://hackernoon.com/10-common-security-gotchas-in-python-and-how-to-avoid-them-e19fbe265e03
https://www.kevinlondon.com/2015/07/26/dangerous-python-functions.html
https://www.kevinlondon.com/2015/08/15/dangerous-python-functions-pt2.html
https://nedbatchelder.com/blog/201206/eval_really_is_dangerous.html
https://lucumr.pocoo.org/2011/2/1/exec-in-python/
https://unix.stackexchange.com/questions/296838/whats-the-difference-between-eval-and-exec
../../Security/Content/14-MaliciousSoftware.html
../../Security/Content/17-DefensiveProgramming.html
Next: CompSci 1570 (../../ProgrammingCpp.html.html)