Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
ReplacePrint.py
blob: e3be5fa073e42eb3d4a977118919e014f1ac5387 [
file
] [
log
] [
blame
]
<
warning descr
=
"Python version >= 3.0 do not support this syntax. The print statement has been replaced with a print() function"
>
print
<
caret
>
"foo"
</
warning
>