Python Forum
Please help me with my Bootcamp Homework...
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Please help me with my Bootcamp Homework...
#4
I am also having trouble with this one as well.


# Use a for loop to create a dictionary mapping the provider names to their IPs. expected output: {'Level3': '209.244.0.3', ...}
<YOUR CODE HERE>

print("DNS Dictionary: ")
print(DNS_dictionary)
print("--------")

# Use the dictionary to print Hurricane Electric's IP
print("Hurricane Electric's IP is: " + <YOUR CODE HERE>)
print("--------")
print("--------")

That is the part im confused at. I am assuming I have to create a for loop which I came up with

for providers in range (0,0): but that def does not look right..
Reply


Messages In This Thread
RE: Please help me with my Bootcamp Homework... - by rnbzy - Mar-27-2019, 09:15 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020