@wawar_ Think of it from a logical point of view. Like conditionals (hopefully you already learned about them). More specifically conjunctions and disjunctions. See how in the original post it's the word "or" combining the two statements. It'd only take one of them to make the whole sentence true if it was ever evaluated. If you used the word "and" then it'd take both of the parts being true for the whole statement to be true.
"or" simply should never be used to combine to sentences. Just use "and" instead. "or" should be used to give an option of this or that.
@wawar_ Think of it from a logical point of view. Like conditionals (hopefully you already learned about them). More specifically conjunctions and disjunctions. See how in the original post it's the word "or" combining the two statements. It'd only take one of them to make the whole sentence true if it was ever evaluated. If you used the word "and" then it'd take both of the parts being true for the whole statement to be true.
"or" simply should never be used to combine to sentences. Just use "and" instead. "or" should be used to give an option of this or that.