How to convert 'str' into 'datetime' datatype?

Hey, I had a question. I recently bumped into this problem when I tried to convert an ‘str’ datatype object into a ‘datetime’ datatype object. Here’s the ‘str’ datatype object that I was trying to convert:

"Dec 09 2020  11:00PM"

Can anyone provide me a code snippet to solve this?