How to put wait in Python Selenium?

How can I put wait in Python Selenium?

Hi Ian,

Please import the library “import time”.

Then add the below line of code: time.sleep (time in seconds)