Compare commits

..

No commits in common. "38d006a06cb17b3253ea488306e543dc08888315" and "ca666a10e1ceb7c3d10370d06c7086edc5cd0d66" have entirely different histories.

11
test.py
View file

@ -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)