Create the variable info, that stores the return value of get_profile_info(), with user as an argument.
info
get_profile_info()
user
Make sure to type info = get_profile_info(user).
info = get_profile_info(user)