What is the result?
day = 5
if not (day != 5) != (not (day == 5)):
print("True")
else:
print("False")
For further actions, you may consider blocking this person and/or reporting abuse
Lars Grammel -
Arjun Vijay Prakash -
raphiki -
Rajjan Sharma -
Once suspended, cheetah100 will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, cheetah100 will be able to comment and publish posts again.
Once unpublished, all posts by cheetah100 will become hidden and only accessible to themselves.
If cheetah100 is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Peter Harrison.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag cheetah100:
Unflagging cheetah100 will restore default visibility to their posts.
Top comments (6)
Looks like my AI tag was removed. The code was generated by AI, by ChatGPT, as an example of how it can be used for evil, in this case by making code more complex. Sadly artificial intelligence is better than human now....
I'll get ya covered here!
Sorry your tag was removed... I just added it back. And appreciate you sharing the context, it's super interesting and maybe a wee bit scary how good AI is at mimicking humans!
So, we don't have this guide front and center enough right now, but we did write up some guidelines for sharing AI-assisted articles on DEV that I'd recommend to ya:
Guidelines for AI-assisted Articles on DEV
Erin Bensinger for The DEV Team ・ Dec 19 '22
While this isn't necessarily a traditional bot-written article, if you are using ChatGPT to write content, just know that we ask folks to please disclose it in some way. We have a tag called #ABotWroteThis that you can use for any content that applies in the future.
Anywho, thanks for sharing this post and hope you have a good one!
Hmmm.. is it not not true?
I guess a little context: I created this with chatGPT by asking it to make a very basic evaluation into something complex and difficult to understand. It is another example of how chatGPT understands abstract things. Usually I ask it to make code better.
Interesting! This is a cool spin on things.