mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 23:53:48 +07:00
GitOrigin-RevId: 4aa2198b0e40383875028553977a5721ba77766d
6 lines
77 B
Python
6 lines
77 B
Python
#!/usr/bin/env python
|
|
from __future__ import print_function
|
|
|
|
x = 42
|
|
print(x)
|