Undefined name: import random in Onepad_Cipher.py (#339)

This commit is contained in:
cclauss 2018-09-28 06:17:28 +02:00 committed by Anshul
parent 73ae8f2dd9
commit 3a77380ed3

View File

@ -1,5 +1,7 @@
from __future__ import print_function
import random
class Onepad:
def encrypt(self, text):