Jul-21-2019, 10:57 PM
you mean
if number1 == 6 or number2 == 6:or better yet
if 6 in (numerb1, number2):
Recommended Tutorials:
Having problems using 'or' in a 'if' statement?
|
|
Messages In This Thread |
Having problems using 'or' in a 'if' statement? - by umut3806 - Jul-21-2019, 10:27 PM
RE: A problem with "and" "ore" conjunctions... - by metulburr - Jul-21-2019, 10:57 PM
RE: A problem with "and" "ore" conjunctions... - by umut3806 - Jul-21-2019, 11:33 PM
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Problems with if / else statement | droid206 | 6 | 3,998 |
Apr-19-2020, 08:06 AM Last Post: astral_travel |
|
problems with the If statement or is it the variables being used | NickIgoe | 2 | 2,914 |
Mar-22-2019, 06:34 AM Last Post: NickIgoe |