Skip to content

Commit ef1fae2

Browse files
committed
Added files
1 parent 6b4c89b commit ef1fae2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

09.py renamed to If-Else/09.py

File renamed without changes.

10.py renamed to If-Else/10.py

File renamed without changes.

27.py renamed to Lists/27.py

File renamed without changes.

28.py renamed to Lists/28.py

File renamed without changes.

29.py renamed to Lists/29.py

File renamed without changes.

30.py renamed to Lists/30.py

File renamed without changes.

31.py renamed to Lists/31.py

File renamed without changes.

32.py renamed to Lists/32.py

File renamed without changes.

11.py renamed to Loops/11.py

File renamed without changes.

12.py renamed to Loops/12.py

File renamed without changes.

13.py renamed to Loops/13.py

File renamed without changes.

14.py renamed to Loops/14.py

File renamed without changes.

15.py renamed to Loops/15.py

File renamed without changes.

16.py renamed to Loops/16.py

File renamed without changes.

17.py renamed to Loops/17.py

File renamed without changes.

18.py renamed to Loops/18.py

File renamed without changes.

19.py renamed to Loops/19.py

File renamed without changes.

20.py renamed to Loops/20.py

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

21.py renamed to Strings/21.py

File renamed without changes.

22.py renamed to Strings/22.py

File renamed without changes.

23.py renamed to Strings/23.py

File renamed without changes.

24.py renamed to Strings/24.py

File renamed without changes.

25.py renamed to Strings/25.py

File renamed without changes.

26.py renamed to Strings/26.py

File renamed without changes.

33.py renamed to Tuples/33.py

File renamed without changes.

34.py renamed to Tuples/34.py

File renamed without changes.

35.py renamed to Tuples/35.py

File renamed without changes.

36.py renamed to Tuples/36.py

File renamed without changes.

37.py renamed to Tuples/37.py

File renamed without changes.

38.py renamed to Tuples/38.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numbers = [1, 2, 3, 4, 5, 6]
1+
numbers = (1, 2, 3, 4, 5, 6)
22
even_numbers = [x for x in numbers if x%2 == 0]
33
result = []
44

0 commit comments

Comments
 (0)