Skip to content
Snippets Groups Projects
Commit f61c541d authored by nicolas.albanesi's avatar nicolas.albanesi
Browse files

Changed indentation to tabs

parent d9480900
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ from polynome import * ...@@ -4,7 +4,7 @@ from polynome import *
from reed_solomon import * from reed_solomon import *
if __name__ == "__main__": if __name__ == "__main__":
reed_solomon = reed_decode([115, 117, 101, 118, 122, 116, 57, 108, 32, 224, 62, 116, 115, 140, 32, 108, 153, 83, 169, 117, 108, 112, 32, 110, 101, 55, 96, 61, 160, 218, 228, 156, 224, 203, 12, 75, 180, 23, 220, 211, 137, 139, 206]) reed_solomon = reed_decode([115, 117, 101, 118, 122, 116, 57, 108, 32, 224, 62, 116, 115, 140, 32, 108, 153, 83, 169, 117, 108, 112, 32, 110, 101, 55, 96, 61, 160, 218, 228, 156, 224, 203, 12, 75, 180, 23, 220, 211, 137, 139, 206])
# reed_solomon = reed_decode([2, 3 ,4]) # reed_solomon = reed_decode([2, 3 ,4])
reed_solomon.show() reed_solomon.show()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment