Add code tips & tricks file

This commit is contained in:
lhark 2019-10-03 12:30:04 -04:00
parent cf84bf998a
commit 8179977048

4
code Normal file
View file

@ -0,0 +1,4 @@
Python:
Unicode char from codepoint:
# https://stackoverflow.com/a/10715694
chr(int("codepoint", 16))