This website requires JavaScript.
Explore
Help
Register
Sign In
RyanMZ
/
python
Watch
1
Star
0
Fork
You've already forked python
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a41ec8a137
python
/
2024-6-30-1.py
5 lines
102 B
Python
Raw
Blame
History
for
i
in
range
(
1
,
10
)
:
for
j
in
range
(
1
,
i
+
1
)
:
print
(
j
,
"
x
"
,
i
,
"
=
"
,
j
*
i
,
end
=
'
\t
'
)
print
(
)
Reference in New Issue
View Git Blame
Copy Permalink