We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f481e9d commit ba6b6ecCopy full SHA for ba6b6ec
data_structures/2_Arrays/Array_Attempt/array_sol.py
@@ -13,6 +13,6 @@
13
print(exp)
14
15
heros=['spider man','thor','hulk','iron man','captain america']
16
-print(heros.len())
+print(len(heros))
17
heros.append("black panther")
18
print(heros)
0 commit comments