While learning js, what impressed me is the writing style of js.
var s = {
}
In Python, there is also fine.
Like:
list= [
[“a”, “b”, “c”],
[1, 2, 3],
[True, Flase]
]
It works fine.
While learning js, what impressed me is the writing style of js.
var s = {
}
In Python, there is also fine.
Like:
list= [
[“a”, “b”, “c”],
[1, 2, 3],
[True, Flase]
]
It works fine.