0
How do you detect for something being printed?
Like how to detect if "spam and eggs" was printed
2 Respuestas
0
What would the context be?
- 1
You look at your code and if it says
print("spam and eggs")
then it's been printed.
Like how to detect if "spam and eggs" was printed