minus-squarefubarx@lemmy.mltoAsk Lemmy@lemmy.world•Programmers of Lemmy, what are your interviewing horror stories?linkfedilinkarrow-up0·1 year ago “Given a list of strings, print the contents of the list to the screen.” print(stringlist) or if you want to get fancy: print(", ".join(stringlist)) When do I start? I feel like I nailed it. /s linkfedilink
print(stringlist)or if you want to get fancy:
print(", ".join(stringlist))When do I start? I feel like I nailed it.
/s