Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson5_3
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
15e97f3bb27a54bda0135c6c4f3df53e9867af92
Switch branch/tag
lesson5_3
diy1.py
Find file
Normal view
History
Permalink
diy1.py
32 Bytes
Edit
Newer
Older
save project
15e97f3b
BellCodeEditor
committed
3 years ago
1
2
3
j
=
3
i
=
5
print
(
j
,
'*'
,
i
,
'='
,(
j
*
i
))