merge sort one liner!! (1 line series)[no2]
After making bogo sort in one line (and before attempting the hangman game in one line) i decided to challenge myself further by making merge sort in one line.
This was no easy task, not only is it difficult enough to use nested list comprehension, the hardest part was going about the while loop,
since merge sort is (typically) done using while loops and since you cannot use while loops inline.. i had to create a recursive function within a function as well as multiple if statements and list comprehension, ALL in one line!
although this proved to be much more challenging than inline bogosort, i actually didnt struggle as much with this from all the inline coding practise that bogo sort monstrosity gave me
JUST MADE HANGMAN IN ONE LINE: HERE
oh no not again
@HahaYes oh yes, again >:) and this is whats next: https://repl.it/talk/share/hang-man-game-one-liner-in-python-unfinished/113863
WOW IS IT A SERIES RN?
@ZDev1 hell yeah it is
hahaha, amazing! Keep it up! XD
@JBYT27 thanks man! if you (or anyone else) get an idea for something i should make in one line let me know!
np! Sure, i will! @rafrafraf
actually, maybe try doing the number game?
@JBYT27 thanks!
ValueError: invalid literal for int() with base 10: '31 90 1 09'
add commas @angrydoge
pog