No. The computer dose not understand what you are attempting to do, therefore it will not understand how to check for logic errors. The compiler will only check for syntax errors.
Answer:
A,B,C
Explanation:
Outlines can be used in different ways:
1) to create the structure of a new document by manipulating Headings
2) Help to navigate across large document
3) Display the text or an abstract of the content with Headers
<u><em>answer</em></u>: it it mostly likely to be the one that says "choose font style"
<u><em>explain</em></u>: im in advanced tech class so i think i know what this is:D
hope i helped you!:D
Answer:
Let's say you need to remember some information, the way moviegoers tried to remember the name of the movie. Instead of storing it in your human memory, you can store information in your computer's memory using Python. This is called assigning a string value to a variable.
To assign a string value to a variable in Python, follow this example. Select each part of the code to see how it works with the movie title example.
movieTitle = "Live. Die. Repeat."
This line of Python code is an example of an assignment statement. In an assignment statement, you tell Python, "This variable is assigned this string value."
Explanation: