def return_hundred(): return 100 # with help from wolframalpha
import mathdef return_hundred():return (math.log( 2**3 * 37 * ((5 * 11 * (2**10-5) * 2**15 * 3**4) + 7))/math.pi )**2- def return_hundred():
- return 100
- # with help from wolframalpha
test.assert_equals(return_hundred(),100)
Test.assert_equals(return_hundred(),100)- test.assert_equals(return_hundred(),100)