aboutsummaryrefslogtreecommitdiff
path: root/challenge-134/abigail/python/ch-1.py
blob: 74f9f355662c65b66844cb0fa5abef47514cdd7e (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/opt/local/bin/python

#
# See ../README.md
#

#
# Run as: python ch-1.py
#

for t in [789, 798, 879, 897, 978]: print (1023456000 + t)