Comment on Warning: Your AI-Generated Password Is a Major Security Risk. Here’s What to Use Instead
kayzeekayzee@lemmy.blahaj.zone 1 day agoBet I can do it in less
Comment on Warning: Your AI-Generated Password Is a Major Security Risk. Here’s What to Use Instead
kayzeekayzee@lemmy.blahaj.zone 1 day agoBet I can do it in less
kayzeekayzee@lemmy.blahaj.zone 1 day ago
Deestan@lemmy.world 17 hours ago
print(‘’.join(__import__(‘random’).sample(etc…for one-lining it :)Diplomjodler3@lemmy.world 23 hours ago
Sure. The five lines are just for readability.
kayzeekayzee@lemmy.blahaj.zone 23 hours ago
golfing is fun! I do everything in a single line
Deestan@lemmy.world 17 hours ago
Python is really good for golfing. The flexible types are ripe for abuse.
print([“fizzbuzz”[n%3and 4:8-(n%5and 4)]or n for n in range(1,101)])