Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
numer-60-2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Navayos Pratumthong
numer-60-2
Commits
cbd23139
Commit
cbd23139
authored
Feb 01, 2018
by
Navayos Pratumthong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update assigment.py
parent
5dccd179
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
assigment.py
week03/assigment.py
+13
-2
No files found.
week03/assigment.py
View file @
cbd23139
...
@@ -14,4 +14,15 @@ print(v)
...
@@ -14,4 +14,15 @@ print(v)
print
(
value
(
v
))
print
(
value
(
v
))
v
=
[
1
,
0
,
1
,
0
,
1
0
,
1
,
1
]
v
=
[
1
,
0
,
1
,
0
,
1
0
,
1
,
1
]
print
(
v
)
print
(
v
)
print
(
value
(
v
))
print
(
value
(
v
))
\ No newline at end of file
#คะแนนพิเศษ
def
values
(
v
,
p
=
4
,
n
=
3
):
"""หมายเหตุ v จะเป็น string v='000010101'
"""
return
0
print
(
values
)
assignment
.
value
(
[
1
,
0
,
0
,
1
,
1
,
1
,
0
,
0
,
1
,
0
],
pos
=
5
,
neg
=
4
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment