Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Gerador de Tabuada de 1 a 10 em Python
elizeub
Jul 29th, 2021
1,298
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.15 KB
| None
|
0
0
raw
download
clone
embed
print
report
for
x
in
range
(
1
,
11
)
:
print
(
'
\n
\0
33[7mTABUADA DO {:0>2}
\0
33[m
\n
'
.
format
(
x
)
)
for
y
in
range
(
1
,
11
)
:
print
(
'{:>02}x{:>02}={:>02}'
.
format
(
x
,
y
,
x*y
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
API Glitch that made me $5900
CSS | 57 min ago | 0.19 KB
✅ Monetizing Technique
CSS | 57 min ago | 0.17 KB
Untitled
1 hour ago | 0.32 KB
Untitled
1 hour ago | 0.73 KB
Untitled
1 hour ago | 1.69 KB
Untitled
1 hour ago | 0.86 KB
Untitled
1 hour ago | 0.35 KB
Delay Voice +Dm (Undernet)
mIRC | 1 hour ago | 2.79 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!