Replies: 1 comment
-
Figured out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to return data from list[object] to list[str]?
Example data:
object = {
dob: date
name: str
}
To: list[name]
Beta Was this translation helpful? Give feedback.
All reactions