mirror of
				https://gitlab.com/80486DX2-66/gists
				synced 2025-05-31 08:31:41 +05:30 
			
		
		
		
	generate_C_lang_token.py: add an important TODO
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user