mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 19:50:30 +01:00
Move tests in basic/tests/ up one level preparating to multiple test dirs.
This commit is contained in:
5
tests/basics/list_reverse.py
Normal file
5
tests/basics/list_reverse.py
Normal file
@@ -0,0 +1,5 @@
|
||||
a = []
|
||||
for i in range(100):
|
||||
a.append(i)
|
||||
a.reverse()
|
||||
print(a)
|
||||
Reference in New Issue
Block a user