docs: 2026-03-10文件
This commit is contained in:
7
2026-03-10/c3.py
Normal file
7
2026-03-10/c3.py
Normal file
@@ -0,0 +1,7 @@
|
||||
code = """code = "__code__"
|
||||
ref = '"'
|
||||
sign = "__" + "code" + "__"
|
||||
print(code.replace(sign, ref + ref + code + ref + ref), end="")"""
|
||||
ref = '"'
|
||||
sign = "__" + "code" + "__"
|
||||
print(code.replace(sign, ref + ref + code + ref + ref), end="")
|
||||
Reference in New Issue
Block a user