Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Mar 2nd, 2020
2,200
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
n
=
int
(
input
(
)
)
m
=
int
(
input
(
)
)
s
=
int
(
input
(
)
)
for
a
in
range
(
m
,
n
,
-
1
)
:
if
a %
2
==
0
and
a %
3
==
0
:
if
a
==
s:
break
print
(
a
,
end
=
" "
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
1OOO USD / 30Min
CSS | 16 min ago | 0.43 KB
38% Arbitrage EARN
CSS | 18 min ago | 0.43 KB
La competitività è l’unica via di salvezza. B...
2 hours ago | 8.54 KB
Chi vuole rompere il ghiaccio dell’isola. In...
3 hours ago | 6.73 KB
Untitled
4 hours ago | 2.36 KB
Untitled
7 hours ago | 8.76 KB
Untitled
Arduino | 8 hours ago | 0.47 KB
Untitled
13 hours ago | 8.18 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!