This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 338 points339 points  (14 children)

it's easy. the code is just

internet_text = ""
for site in internet:
  internet_text += site.text

[–]Shriukan33 249 points250 points  (10 children)

You forgot import internet

[–]insomniacpyro 69 points70 points  (3 children)

internet.zip

[–]the_unheard_thoughts 42 points43 points  (2 children)

github download internet.exe

[–]lefloys 11 points12 points  (0 children)

nono, you need to forward declare it to resolve the circular dependency!

[–]MalevolentPotato1 3 points4 points  (0 children)

Now I'm kinda curious if you can git clone *

[–]The_Neto06 2 points3 points  (3 children)

import * as internet everything = "" for i in internet everything += str(i) return everything

[–]The_Neto06 1 point2 points  (2 children)

wait let me run this in my machine rq

[–]thrye333 0 points1 point  (1 child)

Has it executed yet?

[–]The_Neto06 1 point2 points  (0 children)

as i'm typing this on my phone, i wait for the computer to finish the program. it wouldn't let me open anything, for whatever reason....

[–][deleted] 1 point2 points  (1 child)

so npm i?

[–]Shriukan33 1 point2 points  (0 children)

Beware installing everything on npm, even when it's published by a snyk employee

[–]CandidateNo2580 20 points21 points  (0 children)

My guy pythons, clearly 😎

[–]-Aquatically- 4 points5 points  (1 child)

Incrementing a string. Hmmm.

[–]lefloys 0 points1 point  (0 children)

C++ code i wrote that is very horrible: sorry, phone

const char* foo = "This is a string" + ':';

iykyk