The output of the following Python code is: Cost = 50 if Cost > 10: Cost = Cost - 10 print(Cost, "SR")