+ 4
CHALLENGE! Submit your best Python oneliners for the ultimate python oneliner challenge
6 Answers
+ 10
Here count words one liner
https://code.sololearn.com/c3EZCCTQV8Zm/?ref=app
+ 9
@VcC. I'm glad you are hosting this one, else we would have zero chance.
It is ironic, my best oneliner contains some of your code.
https://code.sololearn.com/c8jyogfHJnC3/?ref=app
+ 6
https://code.sololearn.com/c1O0SXDu2Nb0/?ref=app
+ 2
I have only one oneliner, it finds numbers divisible by 3, 4 or 5 in a range:
https://code.sololearn.com/cTV52HBZbeKI/?ref=app
+ 2
3-round rock paper scissors oneliner (no imports):
https://code.sololearn.com/c550g6Rnn5qA/?ref=app