Answer:
When a Python script is running as a standalone program, the __name__ variable will be set to __main__.
Explanation:
Python does not have main( ) function like some other programming language. So, when a command is given the interpreter to execute a python program, the code that is indented least (that is level 0) is executed first.
However, before doing that, it will define a few special variables. __name__ is one such special variable. If the source file is executed as the main program, the interpreter sets the __name__ variable to have a value “__main__”. If this file is being imported from another module, __name__ will be set to the module’s name.
Answer:
The correct answer is d.extended.
Explanation:
In order to have a superclass in Java, it is indispensable to extend, or inherit from, a class. It means that a subclass is created by an extended class. All the classes in Java only need one superclass from which it inherits some of its fields and methods.
Storing music files on a smartphone in order to maximize the number of
songs that can be stored is most appropriate for choosing lossy
compression over lossless compression.
<h3>What is Lossy compression?</h3>
Lossy compression refers to a type of data compression which results in
the file size being small. Most times the quality is reduced as a result of
this .
This gives rise to more space being made available for the storage of more
song files which is why it is most appropriate.
Read more about Lossy compression here brainly.com/question/18806025
An array of floats that can hold up to 20.