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:48:23 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a0e78ee270db3bb22de227e13346c3f56037d466
a0e78ee2
0 parents
add opensw1.py
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
Desktop/opensw1/opensw1.py
Desktop/opensw1/opensw1.py
0 → 100644
View file @
a0e78ee
#!/usr/bin/env python
# coding: utf-8
# In[2]:
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