1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-11-08 18:02:23 +05:30

generate_C_lang_token.py: add an important TODO

This commit is contained in:
Intel A80486DX2-66 2024-03-22 08:25:48 +03:00
parent 3771d85aef
commit 419ebe2cba
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -4,6 +4,9 @@
#
# Author: Intel A80486DX2-66
# License: Creative Commons Zero 1.0 Universal
#
# TODO: If the generated token starts with `__`, replace the first 2 characters
# to a random [A-Za-z]{2,2} string
from random import choice
from string import ascii_lowercase, ascii_uppercase, digits