0

Which should i be using in my code?

If x == True:
  print('x is True')

or

If x:
  print('x is True')

which one should i be using?

0 Answers0