# 分別輸入73 76 79 86 69 85
a = int(input("請輸入一個數å—: "))
b = int(input("請輸入一個數å—: "))
c = int(input("請輸入一個數å—: "))
d = int(input("請輸入一個數å—: "))
e = int(input("請輸入一個數å—: "))
f = int(input("請輸入一個數å—: "))
print( a , "=", chr(a))
print( b , "=", chr(b))
print( c , "=", chr(c))
print( d , "=", chr(d))
print( e , "=", chr(e))
print( f , "=", chr(f))