Testing python lsp.
This commit is contained in:
parent
51116c0ec4
commit
ddd8a20949
1 changed files with 7 additions and 0 deletions
7
current/algorithms/python/app.py
Normal file
7
current/algorithms/python/app.py
Normal file
|
@ -0,0 +1,7 @@
|
|||
x = [1, 2, 3, 4]
|
||||
y = [2*el+1 for el in x]
|
||||
|
||||
for el in y:
|
||||
print("El {}".format(el))
|
||||
|
||||
print("Done")
|
Loading…
Add table
Add a link
Reference in a new issue