#! /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(a,b,c,d,e)
ÿ