32. What will be the output after the following statements? x = True y = False print(not x)
Answers
Answered by
1
Output will be y because it says false(which is not x)
Similar questions