mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 13:14:18 +07:00
GitOrigin-RevId: fd52ace3d7a32ecd02c2c5ab90e077967604c15e
6 lines
77 B
Python
6 lines
77 B
Python
#!/usr/bin/env python
|
|
from __future__ import print_function
|
|
|
|
x = 42
|
|
print(x)
|