Login
Remember
Register
Ask a Question
How to Assign Code to the List?
+1
vote
asked
Sep 26, 2022
in
Machine Learning
by
Robin
How to Assign Code to the List?
code-list
machine-learning
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Sep 26, 2022
by
Robin
Using this syntax continuation, we can assign symbolic value to any list.
Mylist = [None] * 10 (none of the 10’s list)
...