Toggle navigation
Toggle navigation
This project
Loading...
Sign in
정나리
/
Book_share
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Ellie
2021-09-21 11:49:28 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5f675b9ddac92277d1a33891211e625361f5f987
5f675b9d
1 parent
a0e78ee2
edit opensw1.py
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
Desktop/opensw1/opensw1.py
Desktop/opensw1/opensw1.py
View file @
5f675b9
...
...
@@ -7,7 +7,6 @@
for
i
in
range
(
2
,
10
)
:
for
j
in
range
(
1
,
10
)
:
print
(
i
,
"*"
,
j
,
"= "
,
i
*
j
)
print
()
# In[ ]:
...
...
Please
register
or
login
to post a comment