Skip to content

Commit

Permalink
Update and rename README.md to name.py
Browse files Browse the repository at this point in the history
Python script to display each element of th elist
  • Loading branch information
adisoftage authored Nov 2, 2023
1 parent 93a27bd commit 0794949
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md

This file was deleted.

4 changes: 4 additions & 0 deletions name.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
li = [1,2,3,4]

for i in li:
print(i)

0 comments on commit 0794949

Please sign in to comment.