Most code that is vanilla Python will work just fine with PyPy. However, in real life, your code most likely also uses (imports) other Python libraries, you just need to make sure they work OK with PyPy.
Many, many, many libraries already work fine with PyPy, so give it a shot.
Many, many, many libraries already work fine with PyPy, so give it a shot.