+1 vote
in Machine Learning by
How to Assign Code to the List?

1 Answer

0 votes
by
Using this syntax continuation, we can assign symbolic value to any list.

Mylist = [None] * 10 (none of the 10’s list)
...