7. Write an expression that uses a relational operator to return True if the variable total is greater than or equal to variable final. / sa 11 cs chapter 7, sa 11 ip chapter 4, Uncategorized / By PythonCSIP CS IP final = 6 total = 15 print(total >= final) # Expression