Backticks were deprecated and removed in Python 3. Use the built-in function repr() instead.

Example

obj = MyObj()
print(repr(obj))