updated chapter 4 and appendix-A files

This commit is contained in:
Luciano Ramalho
2020-01-22 22:52:23 -03:00
parent a1d6c125bf
commit 49f52e29c7
25 changed files with 5219 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
# BEGIN NUMERICS_DEMO
# tag::NUMERICS_DEMO[]
import unicodedata
import re
@@ -15,4 +15,4 @@ for char in sample:
format(unicodedata.numeric(char), '5.2f'), # <6>
unicodedata.name(char), # <7>
sep='\t')
# END NUMERICS_DEMO
# end::NUMERICS_DEMO[]