#! /usr/bin/env python
from stat import *
a=1
a=1
b=2
b=2
c=3
c=3
d=4
d=4
e=5
e=5
echo $a $b $c $d $e
print(str(a),str(b),str(c),str(d),str(e))
ÿ