Преглед изворни кода

Delete b64.py

File was renamed
Marcos пре 8 година
родитељ
комит
cbcc7f22a0
1 измењених фајлова са 0 додато и 10 уклоњено
  1. 0 10
      b64.py

+ 0 - 10
b64.py

@@ -1,10 +0,0 @@
-import argparse
-import base64
-
-# Load this source file and strip the header.
-initial_data = 'Marcos'
-
-encoded_data = base64.b64encode(initial_data)
-
-num_initial = len(initial_data)
-print encoded_data