I would need more to answer your question
Answer:
Add an entry to the HOSTS file
Explanation:
A file that is used to add the host name along with their IP addresses is called Host file. In this file all the IP addresses are mapped with their respective host names. Whenever some user tries to access some website, he may use the name of website to access it. The website have both name and IP address of the server, both of these information stored in host file. On GUI the user only see the information of Host name.
If some user only access the IP address of the website instead of the host name. The technician should add the name and IP address of the host in Host file. He should follow the following steps to resolve the problem.
- Access the host file by following the given path of file in Windows operating system.
- open the host file
- edit the file with new host name and relevant IP address
- save the changes
Answer:
import random
print("Hello! I have a random number from 1 to 100! It is your job to try and guess it!")
number = random.randint(1,101)
guess = int(input("start to guess: "))
num_guesses = 1
while guess != number:
if guess > number:
print("lower")
guess = int(input("try again: "))
num_guesses +=1
elif guess < number:
print ("higher")
guess = int(input("start to guess: "))
num_guesses +=1
print("congrats it took you", num_guesses, "tries")
Explanation:
Character formats allow for the easy reading and identification of important points in a document's message. Character formats in a document is like typography in posters. The attention of the readers are drawn towards which parts are important.
Answer:
Uh I don't understand what you said.
Explanation:
N/A