Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
6
nq1s788
Apr 26th, 2024
1,263
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
a
=
(
(
9
,
9
)
,
(
9
,
10
)
,
(
8
,
5
)
,
(
11
,
6
)
,
(
-
11
,
10
)
,
(
-
5
,
9
)
,
(
-
10
,
10
)
,
(
4
,
5
)
,
(
8
,
6
)
)
for
e
in
a:
s
=
e
[
0
]
t
=
e
[
1
]
if
s
<
9
or
t
<
9
:
print
(
"YES"
)
else
:
print
(
"NO"
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
TestingCustomCSS_Ignore
CSS | 3 hours ago | 0.21 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!