Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joel Vinay Kumar
flask-book-shoppe
Commits
f5e6e35d
Commit
f5e6e35d
authored
May 27, 2019
by
Joel Vinay Kumar
👾
Browse files
Delete test.py
parent
88c9bb6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
test.py
deleted
100644 → 0
View file @
88c9bb6b
orders
=
[]
mini_order
=
[]
mini_order
.
append
(
1
)
mini_order
.
append
(
2
)
mini_order
.
append
(
3
)
mini_order
.
append
(
4
)
orders
.
append
(
mini_order
)
print
(
orders
[
0
])
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment