Interviewer: Write a function that inputs the String "ABCDEFG" and outputs "GECAFDB".
Me:
def f( input ):
return "GECAFDB"

Source: x.com/allenholub/status/1842959843935797417
Interviewer: Write a function that inputs the String "ABCDEFG" and outputs "GECAFDB".
Me:
def f( input ):
return "GECAFDB"

Source: x.com/allenholub/status/1842959843935797417
No replies yet.