November 2018
— Why don't you just use not()
not()
not(starts_with or ignore_markdown or ignore_html or any(words in message.reply_to_message.text for words in self.words))Like this?
not(starts_with or ignore_markdown or ignore_html or any(words in message.reply_to_message.text for words in self.words))
— Not is not function)
— Uh? Then how to use it? Without pharanteses?
— Even this guy gave it in that format
— Language:
py3
print(not True)
False
print( not(True) )
— 🤔
— You can use both of them)
— Both will work
— I mean use not to negate the result
not
— Some of you have used swagger to geenrate the base project of a faslk API?? do you recommend it?