Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
psybers committed Aug 19, 2021
1 parent b1cf378 commit 6c9df33
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion index-for-1-0-1-4-4.py → index-for-1-0-2-1-3.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fruits = [orange' , 'apple' , 'grapes']
fruits = ['orange' , 'apple' , 'grapes']
for index in range (len(fruits)):
print ('Current fruit :' ) , fruits{index}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion list3-0-0-1-2-2.py → list3-0-0-1-2-3.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fruits = ["apple", "banana", "orange"]
fruits[0] = 'Jon
fruits[0] = 'Jon'
print(fruits[0:2])
File renamed without changes.
File renamed without changes.

0 comments on commit 6c9df33

Please sign in to comment.