Functions assignment

Run Settings
LanguagePython
Language Version
Run Command
""" - Create a function that takes in 3 parameters(firstname, lastname, age) and returns a dictionary based on those values """ def createUser(firstname, lastname, age): return { "firstName": firstname, "lastName": lastname, "age": age } print(createUser("Hansel", "Ospino", 36))
Editor Settings
Theme
Key bindings
Full width
Lines