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:53:48 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2db2438c1835ee76fbca4f4e0d2654d548d1fa02
2db2438c
1 parent
5f675b9d
add osw.py
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
Desktop/opensw1/opensw1.py → Desktop/opensw1/osw.py
Desktop/opensw1/o
pensw1
.py
→
Desktop/opensw1/o
sw
.py
View file @
2db2438
#!/usr/bin/env python
# coding: utf-8
# In[
2
]:
# In[
1
]:
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