Browse Source

Add code tips & tricks file

master
lhark 5 years ago
parent
commit
8179977048
  1. 4
      code

4
code

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