You can download this code by clicking the button below.
This code is now available for download.
Create a function that returns a list containing two arguments.
Technology Stack : Built-in functions
Code Type : Function
Code Difficulty : Beginner
def aaaa(arg1, arg2):
return [arg1, arg2]