How to spawn an actor 10 seconds after game starts in Python?

I would like to spawn an actor at a predetermined time and location after the game starts using the Python API but have been unable to find a method to do it. Can anyone point me in the right direction or provide a code snippet?