Answer:
following are expression to this question:
s.upper()
Explanation:
Example to use upper method:
s= "McGraw15" #defining string variable that holds a value
print (s) #print value
print ('changing into upper case: ') #print message
print (s.upper()) # call upper method and print its value
Output:
McGraw15
changing into upper case:
MCGRAW15
Description of upper method:
- In the given question it is defined, that "s" is a string variable, that holds a string value, and variable "s" uses a method to convert all the string value into upper-case.
- To convert all value into the upper case the "upper()" method is used, It is a built-in method, that converts all the value in the upper-case.
Answer:
Blurring.
Explanation:
The effect used in the photo is blurring.
<em>Hope this helps!</em>
<em />
<em>xoxo,</em>
<em />
<em>cafeology</em>
Based on networking systems operations, <u>Artificial neural networks</u> use patterns to find solutions instead of using the if-then-else rules that expert systems use.
<u>Artificial neural networks</u> are computing systems designed to work like human or animal neural networks.
The <u>artificial neural network</u> generally has connected nodes that function as the biological brain.
<u>Artificial Neural Networks</u> is generally used for the following:
- Intricate patterns,
- Prediction problems,
- Algorithm development, etc.
Hence, in this case, it is concluded that the correct answer is "<u>Artificial neural networks."</u>
Learn more about Artificial neural networks here: brainly.com/question/23824028