Puting your ideas together every write has to do that and also gather true information, and making a intering story for your readers.
See how long I can hold the key down. I forgot there was a max :/
hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii
Answer:
Declare variable b in both lines
i.e. int b
Explanation:
In the given code, the parameters of both functions were not properly declared.
When listing the parameters, the data type must be clearly stated for all parameters (individually)
In the declaration of both functions, only variable a is declared as integer while b is undeclared.
So, the correction is to declare b as integer
Answer:
name + name
Explanation:
When assigning values to a Variable in python, the + operator sums the values assigned to the variable into a single value hence there won't be any space between the values assigned .
Name + Name = NameName in python programming
Answer:
The Correct answer is option A: Domain Name System
Explanation:
Let look at each option;
Domain Name System:
We we type an address for example brainly website it goes to DNS server and find the IP address of the computer where brainly website is located. Then the request goes to the IP address. This is the mechanism of DNS.
Resource Locator:
Resource Locator is the URL For example brainly website
Web Browser:
Web browser is a software which is used for internet browsing for example Firefox
Web Server:
Web Server is a computer which give services to clients.