You don't really get the personal touch there though.
Make your own rules.
list.append
returnsNone
so what you've actually got is a list comprehension that generates a list containing the valueNone
19 times. (using functions with side effects, such aslist.append
, in list comprehensions are generally bad style so you should avoid this)- The
list[...]
syntax retrieves elements from the list, which is not what you're trying to do here. (and it is actually invalid syntax in this case) - You should generally avoid calling lists
list
, because list is already a builtin.
If you want to append the numbers 1 to 19 to a list as you're trying to do you can call the list.extend
function with the list comprehension [value for value in range(1, 20)]
as the argument. (Although in this case you can also just use the range directly.) To do it without list comprehensions you can simply loop over the range and repeatedly call the append function.
Thanks! I just won the game!
No, but it is primarily a white supremacists movement and the '88' on the license plate kinda takes away all doubt.
Probably because they're trying to apply DnD alignments to real life, which isn't really any better than black and white morality.
Yeah, and it's extremely janky.
You can also use & to get &.
Edit: Fuck, I meant &
Edit 2: &
Okay nevermind, either lemmy or sync resolves html entities recursively apparently.
Edit 3: &
Encryption at rest is meaningless if you get infected with spyware.
To what end are you trying to highlight that distinction though? What is the goal or motivation for writing that?
Do you consider virtue signaling to be inherently bad? Because I'm pretty sure his comment also qualifies as such.
Turn back now!