atan2d in python
I'm doing a top-down dungeon game using the mouse direction to shoot, i've seen that someone have used, in microScript, the atan2d function, but in python the console result me the error "name 'atan2d' is not defined, in file "player"", and i can't even import the numpy library. How can I fix?