Hello, Sage community. I just noticed what I believe is a bug in the implementation of CC
, but I would like to receive confirmation.
When I try the following:
'hello' in CC
I get the natural answer: False
. However, if I try the same with CC
:
'hello' in CC
I get the following error message:
NameError: name 'hello' is not defined
Just in case, I am using SageMath v8.8, specifically, the binary version downloaded from the mirrors.
Can somebody confirm this is a bug? Thanks in advance!