mikeizbicki / cmc-csci040

Computing for the Web
37 stars 58 forks source link

War Dialing #226

Closed jsilva22 closed 2 years ago

jsilva22 commented 2 years ago

Hey Mike, 2 quick questions on the lab. I got 16 ips in separate runs, the first one run stopped around halfway and I continued from where it stopped to get the remaining ips. For submitting, is it fine if I hard code them into a single list since I already know what they are from the for loop I ran? Or can we also just list the ips individually and not create an actual list of them? My second question is can a way of checking also be seeing if we got the same ips as other students or will people have different ips? Thanks

mikeizbicki commented 2 years ago

is it fine if I hard code them into a single list since I already know what they are from the for loop I ran? Or can we also just list the ips individually and not create an actual list of them?

All I care about are the IPs. Format them however you'd like.

My second question is can a way of checking also be seeing if we got the same ips as other students or will people have different ips?

Everyone will get the same IPs because they are universal for everyone on the internet.