Ask Your Question

Revision history [back]

You may remove the prefix word: using the option:

sage: WordOptions(identifier='')                                                
sage: Word(["A","B","C","D"])                                                   
ABCD

You may remove the prefix word: using the following option:

sage: WordOptions(identifier='')                                                
sage: Word(["A","B","C","D"])                                                   
ABCD