mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
(cherry picked from commit c69c6d560f47552b736cd530106447de19e85e90) GitOrigin-RevId: a29879d863e635020caf4322f8378b5789246a93
5 lines
68 B
Python
5 lines
68 B
Python
from __future__ import print_function
|
|
|
|
x = 42
|
|
print("Hello, World")
|