Message from Python discussions

November 2018

— Why don't you just use 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 is not function)

— Uh? Then how to use it? Without pharanteses?

— Even this guy gave it in that format

— Language:

py3


Source:
print(not True)


Result:
False

— Language:

py3


Source:
print( not(True) )


Result:
False

— 🤔

— You can use both of them)

— Both will work

— I mean use not to negate the result

— Some of you have used swagger to geenrate the base project of a faslk API?? do you recommend it?