#! /usr/bin/env python
from stat import *
x=$((1+2))
x=(1+2)
echo $x
print(str(x))
ÿ