Skip to content

Commit

Permalink
another example
Browse files Browse the repository at this point in the history
  • Loading branch information
micoloth committed Feb 28, 2024
1 parent fd30144 commit 98826a0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/test/sample2.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,27 @@ def set_diff_stats(**kwargs):









mylist = [ 1,2,300 ]

mylist

# % [
mylist.append(4)
mylist.append(5)
mylist.append(6)
mylist.append(7)
mylist = mylist
# % ]

mylist





0 comments on commit 98826a0

Please sign in to comment.