What happens when we use the from keyword to import certain functionality?

We no longer need to use the module's name in our code when using functionality We can rename the module freely inside our code

We no longer need to use the module's name in our code when using functionality .