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 the functionality
- We can rename the module freely inside our code
- We might end up with an error in our code
We no longer need to use the module's name in our code when using the functionality .