Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Meia Tabuada (PYTHON)
FelipeNeto2
Aug 4th, 2019
247
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
n
=
int
(
input
(
"Escreva: "
)
)
m
=
int
(
input
(
"Escreva: "
)
)
for
i
in
range
(
n
,
m+
1
)
:
print
(
"
\n
"
)
for
j
in
range
(
n
,
m+
1
)
:
print
(
"{}x{} = {}"
.
format
(
i
,
j
,
i*j
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
OoT rando seed 6/4
2 hours ago | 146.22 KB
other setups
CSS | 3 hours ago | 0.15 KB
setups
13 hours ago | 0.16 KB
Untitled
13 hours ago | 0.36 KB
my-push Script
13 hours ago | 0.61 KB
cholibrium
1 day ago | 1.65 KB
SMB BIS - Dimble Woods - Virtual Piano
2 days ago | 3.15 KB
buscar-productos.blade.php
PHP | 2 days ago | 2.44 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!