Add code tips & tricks file
This commit is contained in:
parent
cf84bf998a
commit
8179977048
1 changed files with 4 additions and 0 deletions
4
code
Normal file
4
code
Normal file
|
@ -0,0 +1,4 @@
|
|||
Python:
|
||||
Unicode char from codepoint:
|
||||
# https://stackoverflow.com/a/10715694
|
||||
chr(int("codepoint", 16))
|
Loading…
Reference in a new issue