You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your awesome project! I have applied it in my OJ. I have a question about this project: If the input consists of list(s) or if the output is a list, how can I handle it?For example:
Input:
names = ['Tom','Jerry','Mickey','Donald']
ages = [40,31,89,38]
Output:
['Mickey','Tom','Donald','Jerry']
Thank you.
The text was updated successfully, but these errors were encountered:
Thank you for your awesome project! I have applied it in my OJ. I have a question about this project: If the input consists of list(s) or if the output is a list, how can I handle it?For example:
Input:
names = ['Tom','Jerry','Mickey','Donald']
ages = [40,31,89,38]
Output:
['Mickey','Tom','Donald','Jerry']
Thank you.
The text was updated successfully, but these errors were encountered: