Skip to content

Commit

Permalink
Update and rename .gitignore to error correction
Browse files Browse the repository at this point in the history
  • Loading branch information
kam17049 authored Nov 2, 2018
0 parents commit c764864
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitignore/error correction
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Error Detection
# CSE1010 Homework 7, Fall 2018
# Katy Miller
# 10/31/18
# Chloe Cachet
# Lab Section: 013L
# Instructor: Ahmad Jbara

import errordetection
e = errordetection


def string2bin(string):
stringList = []
for n in string:
s = e.char2bin(n)
stringList.append(s)
return stringList

def segmentString(string, fill):

0 comments on commit c764864

Please sign in to comment.