Files
openide/python/testData/inspections/PyCompatibilityInspection/printStatement.py
KotlinIsland 45dd0bf0e8 Add language level for Python 3.12
GitOrigin-RevId: 10d24da89149754de63c87ec9edc0a1b7f131f17
2022-11-13 01:47:35 +00:00

1 line
192 B
Python

<warning descr="Python versions 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 do not support this syntax. The print statement has been replaced with a print() function">print "One value"</warning>