U
    0e                     @   s$   d dl mZ d dlmZ dd ZdS )    )Print)render_as_modulec                  C   s&   t d d} t| dddks"td S )Nzx yzcoordinate: %12.5g %12.5gpython3)standardz-

print("coordinate: %12.5g %12.5g" % (x, y)))r   splitr   AssertionError)ast r	   D/tmp/pip-unpacked-wheel-_6tpq7m6/sympy/codegen/tests/test_pyutils.pytest_standard   s    
r   N)Zsympy.codegen.astr   Zsympy.codegen.pyutilsr   r   r	   r	   r	   r
   <module>   s   