Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
How to Assign Code to the List?
Home
Machine Learning
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)
...