to my knowledge, if you input any text it will return true and if you input nothing it will return false. if it's possible without if statements, how do i check if they inputted 'True' or 'False (/ '1' or '0') when im doing 'bool(input("Input True or False ")'.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] 17 points 2 years ago

Which is really bad if the user inputs executable code. Never call eval on unsanitized text

  • source
  • parent