From c76486442f0c73ce0f0ddb2bd3d1b8689befdc74 Mon Sep 17 00:00:00 2001 From: Katherine A Miller Date: Thu, 1 Nov 2018 23:20:10 -0400 Subject: [PATCH] Update and rename .gitignore to error correction --- .gitignore/error correction | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore/error correction diff --git a/.gitignore/error correction b/.gitignore/error correction new file mode 100644 index 0000000..195f10a --- /dev/null +++ b/.gitignore/error correction @@ -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): +