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:
21 years old. If you take 1944-1923 you get 21 because that would be ho wold they are
Answer: It would be better to treat the file as malware and delete it.
Explanation:
File Isass.exe keeps hold of the username and password as one logins to the windows upon launching. So when we encounter the file Isass.exe in the program files directory then it would be better to delete it as it is a malware.
Answer:
avg = (a+b+c)/3
Explanation:
Since we know that a, b, and c have values, we need to sum all the values, then divide this sum by the number of values you have to get the <u><em>average.</em></u>
1. Find out the sum of all three numbers
2. Divide this sum by 3 (Since we have three values)
3. Finally, assign the result to the variable <em>avg</em>