What is the output of the following ?

import math
def main():
math.cos(math.pi)
main()
print(main())

Posted on by