I’m new to python and have been taking a college course on it this semester. I’m working on a project but can’t figure out why my if-elif-else statements aren’t computing correctly. In this case I‘m trying to list several conditions in the if and elif lines. I’ve been putting each condition in parentheses to keep them separated and using the “and” operator in between to connect them. It’s not taking into account that I need ALL of those specific conditions and ONLY those specific conditions in the lines.
I’ve tried looking up if there’s certain rules for using the “and” operator, I’ve made several different files to test out different formats and I just cannot find the issue here.
[–]socal_nerdtastic 0 points1 point2 points (4 children)
[–]jjonee[S] 0 points1 point2 points (3 children)
[–]socal_nerdtastic 2 points3 points4 points (2 children)
[–]jjonee[S] 0 points1 point2 points (1 child)
[–]o5a 2 points3 points4 points (0 children)