#What is the opposite of these statements? #Question if choice1 == "q" or choice1 == "r": #Question while choice1=="q" and x > 5: #Question if x > 0: #Question if x==1 or x==7: #Question while 0 < x < 20: