I keep hearing that the eval() function is unsafe. It is a nice function, because you can use it like
print eval("2.5*49.7/(23+3.14)")
and it will solve the math.
Is there any way to protect against some nasty minded person to enter a "os.system(command)" where the command will erase a file or all files?