Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Nested loops
portablejim
Mar 23rd, 2016
(
edited
)
123
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.14 KB
| None
|
0
0
raw
download
clone
embed
print
report
for
x
in
range
(
10
)
:
print
(
" "
)
print
(
x
,
"times table"
)
print
(
"--------"
)
for
y
in
range
(
10
)
:
print
(
x
,
"x"
,
y
,
"="
,
x*y
)
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ MAKE $500 IN 15 MIN
JavaScript | 1 sec ago | 0.32 KB
MAKE $900 INSTANTLY
Java | 9 sec ago | 0.06 KB
Profit Method
JavaScript | 20 sec ago | 0.32 KB
MAKE $9OO INSTANTLY D M
Java | 21 sec ago | 0.09 KB
⭐ Instant Profit Method ⭐
JavaScript | 24 sec ago | 0.32 KB
Swapzone Glitch ⭐Working⭐
JavaScript | 29 sec ago | 0.32 KB
Instant Profit Method
Java | 32 sec ago | 0.06 KB
⭐Swapzone Glitch (Working) J
JavaScript | 34 sec ago | 0.31 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!