Skip to content
Snippets Groups Projects
Commit 0df192a8 authored by adrian.spycher's avatar adrian.spycher
Browse files

format print

parent b71e690f
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ def main(): ...@@ -54,7 +54,7 @@ def main():
for m in M: for m in M:
msg += decode_msg(m) msg += decode_msg(m)
print("p, q :", p, q, "\nfi :", fi, "\nd :", d, "\nmsg :", msg) print("p :", p, "\nq :", q, "\nfi :", fi, "\nd :", d, "\nmsg :", msg)
if __name__ == "__main__": if __name__ == "__main__":
main() main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment