Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
bellcode
/
lesson3-1-1_DIY1
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
500f2dd2cae87ee974d1325a12fd0e444913d6c0
Switch branch/tag
lesson3-1-1_DIY1
2-5-diy5.py
Find file
Blame
History
Permalink
auto save
· bd324ab3
BellCodeEditor
committed
3 years ago
bd324ab3
2-5-diy5.py
59 Bytes
Edit
1
2
3
j
=
3
# 列
i
=
5
# 行
print
(
j
,
'*'
,
i
,
'='
,
(
j
*
i
))