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