0
Try my_boolean = not True
Try my_boolean = not True # apply this for not False. Note the not shd start with small letters and True or Flase shd start in capital my_boolean = not True print(my_boolean) print(2 == 3) print("hello" == "hello")
3 Antworten
+ 1
Vinesh Meshram So what is your question/doubt?
Please clarify and give more details.
+ 1
Vinesh Meshram
This is Question/Answer discussion section but this is not your question so please post it in your Feed Post.
0
Alright.. Thanks...