This website requires JavaScript.
Explore
Help
Sign In
1724026
/
progredes20261
Watch
1
Star
1
Fork
You've already forked progredes20261
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a33ad6b6c9
progredes20261
/
tabuada.py
3 lines
100 B
Python
Raw
Blame
History
numero
=
int
(
input
(
"
Digite um número:
"
)
)
for
i
in
range
(
11
)
:
print
(
f
"
{
numero
}
x
{
i
}
=
{
numero
*
i
}
"
)
Reference in New Issue
View Git Blame
Copy Permalink