+ 1
i am not getting this q. in question if not true: #means false print("2") # i am not getting this
4 ответов
+ 2
Answer is false so it won't print 2. bcoz not true is obviously false so the if statement would be skipped.. I hope u understand :)
+ 1
Can't get your question. Please be more specific?
0
in question
if not true
print("2")
what its output??
0
ya i get it