You are writing a Python program that evaluates an arithmetic formular.
The formular is described as b equals a multiplied by negative one, then raised to the second power, where a is the value that will be input and b is the result. a = eval(input('Enter a number for the equation: '))
Which of the following is a valid expression for the given requirement?
akumo
1 month ago