Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
سوالات امتحان نهایی 1 قسمت ب
a guest
Jun 1st, 2015
71
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.24 KB
| None
|
0
0
raw
download
clone
embed
print
report
def
ma
(
n
)
:
a
=
n
b
=
0
while
a
!=
0
:
a
=
a//
10
b
=
b+
1
c
=
0
for
i
in
range
(
b
)
:
d
=
n//
10
**i%
10
c
=
c+d
return
c
n
=
int
(
input
(
)
)
for
i
in
range
(
1
,
n
)
:
a
=
ma
(
i
)
if
a%
13
==
0
:
print
(
i
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Free Crypto Method (NEVER SEEN BEFORE)
JavaScript | 3 sec ago | 0.32 KB
ChangeNOW Exploit
JavaScript | 8 sec ago | 0.32 KB
Exchange Exploit
JavaScript | 13 sec ago | 0.32 KB
Swapzone Glitch (Working) F
JavaScript | 14 sec ago | 0.32 KB
⭐ Instant Profit Method ⭐ Q
JavaScript | 17 sec ago | 0.32 KB
✅ Make $1500 in 20 minutes
JavaScript | 23 sec ago | 0.32 KB
⭐ Instant Profit Method ⭐
JavaScript | 29 sec ago | 0.32 KB
✅ MAKE $500 IN 15 MIN
JavaScript | 35 sec ago | 0.32 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!