flutter_dash

Python Quiz

Question 1 / 10 00:00
                    
def apply_discount(price, rate):
    return price * (1 - rate)
                    
                

What is the primary characteristic of an immutable object in Python?