Compare commits
2 commits
ca666a10e1
...
38d006a06c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
38d006a06c | ||
|
|
c7f2abd92d |
1 changed files with 11 additions and 0 deletions
11
test.py
Normal file
11
test.py
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
#!/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