Compare commits
No commits in common. "38d006a06cb17b3253ea488306e543dc08888315" and "ca666a10e1ceb7c3d10370d06c7086edc5cd0d66" have entirely different histories.
38d006a06c
...
ca666a10e1
1 changed files with 0 additions and 11 deletions
11
test.py
11
test.py
|
|
@ -1,11 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Wed Apr 10 13:16:52 2024
|
||||
|
||||
@author: ava
|
||||
"""
|
||||
|
||||
a = [0,1,2]
|
||||
a = a + [3,4]
|
||||
print(a)
|
||||
Loading…
Add table
Add a link
Reference in a new issue