许可证

Proxifier Portable Edition v3.42

Registration Key: 2TCKX-TYQHL-NFN33-3YEDY-QW65D

Blackjack Card Counter v2.3

License Key

#!/usr/bin/env python3
# -*- coding: utf-8 -*-

Serial_Number = float(input('Serial Number:	'))
License_Key = int(round(Serial_Number * Serial_Number + 134.0 / Serial_Number + 233.0 * Serial_Number / 4.0))

print('License Key:	%s' % License_Key)

原文地址:https://www.cnblogs.com/f0rsaken/p/14611880.html