We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some arts are not printable in all environments. In random mode, we should print the art name.
random
>>> from art import * >>> aprint("random")
[Warning] 'art-x' is not printable in this environment.
[Warning] 'random` is not printable in this environment.
Windows 10
Python 3.8
art.__version__
ART 6.0
The text was updated successfully, but these errors were encountered:
aprint
sadrasabouri
Successfully merging a pull request may close this issue.
Description
Some arts are not printable in all environments.
In
random
mode, we should print the art name.Steps/Code to Reproduce
Expected Behavior
Actual Behavior
[Warning] 'random` is not printable in this environment.
Operating System
Windows 10
Python Version
Python 3.8
ART Version (Use :
art.__version__
)ART 6.0
The text was updated successfully, but these errors were encountered: