Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson5_7
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
324a48f36d56aae12b3919f3508fca2c22d51423
Switch branch/tag
lesson5_7
diy2.py
Find file
Blame
History
Permalink
save project
· 96a36085
BellCodeEditor
committed
2 years ago
96a36085
diy2.py
76 Bytes
Edit
1
2
3
4
5
6
7
j
=
1
i
=
1
for
j
in
range
(
1
,
20
):
print
(
j
,
"*"
,
i
,
"="
,
j
*
i
,
end
=
" "
)