6 ms·
I wanted to add that not always “eval(input())“ is a bad thing. It's the core of REPL[0], for example. [0] http://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80
by daGrevis 12y ago
I wanted to add that not always “eval(input())“ is a bad thing. It's the core of REPL[0], for example.
[0] http://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop http://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print...