Files
openide/python/testData/inspections/PyCompatibilityInspection/printStatement.py
T

1 line
156 B
Python

<warning descr="Python version >= 3.0 do not support this syntax. The print statement has been replaced with a print() function">print "One value"</warning>