Paul Sokolovsky
11 years ago
2 changed files with 19 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||||
|
print([0] * 5) |
||||
|
a = [1, 2, 3] |
||||
|
c = a * 3 |
||||
|
print(c) |
Loading…
Reference in new issue