Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이재용
/
gitbranch.assignment_3
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
이재용
2020-04-03 23:01:04 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
02aabb1c0fee82690c75ce090ed17052ad12faa3
02aabb1c
1 parent
1009a68c
GCD Updated
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
GCD.ipynb
GCD.ipynb
View file @
02aabb1
...
...
@@ -9,7 +9,7 @@
"name"
:
"stdout"
,
"output_type"
:
"stream"
,
"text"
:
[
"
5
0
\n
"
"
1
0
\n
"
]
}
],
...
...
@@ -19,7 +19,7 @@
" return num1
\n
"
,
" return GCD(num2,num1%num2)
\n
"
,
"
\n
"
,
"print(GCD(
5
0,100))
\n
"
,
"print(GCD(
3
0,100))
\n
"
,
"
\n
"
,
" "
]
...
...
Please
register
or
login
to post a comment