Skip to content

Commit

Permalink
081
Browse files Browse the repository at this point in the history
  • Loading branch information
EgoSay committed Jul 21, 2019
1 parent 2ef74cd commit 8a7b1d3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 81~90/081.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env python3.6
# -*- coding: utf-8 -*-
# @Author : adair_chan
# @Email : [email protected]
# @Date : 2019/7/21 22:58
# @IDE : PyCharm

for i in range(10, 100):
if (809 * i >= 1000) and (8 * i <= 100) and (9 * \
i >= 100) and (809 * i == 800 * i + 9 * i):
print("这个两位数是: {0}, 809乘以这个两位数{0}的结果是: {1}".format(i, 809 * i))

0 comments on commit 8a7b1d3

Please sign in to comment.