1 | initial version |
You may remove the prefix word:
using the option:
sage: WordOptions(identifier='')
sage: Word(["A","B","C","D"])
ABCD
2 | No.2 Revision |
You may remove the prefix word:
using the following option:
sage: WordOptions(identifier='')
sage: Word(["A","B","C","D"])
ABCD