This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import datetime | |
n = datetime.datetime.now() | |
c = [h for h in ' pyabprhit!t!adP snyyho'] | |
s = 731520486921141320161519112218171012 | |
a,b = str(s)[0:10],str(s)[10:] | |
l = [int(d) for d in str(a)] + [int(str(b)[i:i+2]) for i in range(0, len(str(b)), 2)] | |
if n.month is 10 and n.day is 16: | |
print(''.join([c[k] for k in l])) | |
else: | |
print('It is not the time yet...') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module_name, package_name, ClassName, method_name, ExceptionName, function_name, GLOBAL_CONSTANT_NAME, global_var_name, instance_var_name, function_parameter_name, local_var_name |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#python3 | |
import boto3 | |
from tqdm import tqdm | |
import io | |
BUCKET_NAME = '' | |
access_key = '' | |
secret_key = '' | |
host = '' |