File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ output:
16
16
10
17
17
25
18
18
```
19
+ _______________________________________________________________________________________________________________
20
+
19
21
Question:
20
22
Get largest number from 2 numbers using ternary operator
21
23
@@ -35,6 +37,7 @@ Output:
35
37
```
36
38
50
37
39
```
40
+ _______________________________________________________________________________________________________________
38
41
39
42
40
43
Question:
@@ -62,11 +65,12 @@ print(lst)
62
65
```
63
66
64
67
Output:
65
- ````
68
+ ```
66
69
[3, 6, 8, 9]
67
70
[3, 6, 8, 9]
68
71
['3', '6', '8', '9']
69
72
```
73
+ _______________________________________________________________________________________________________________
70
74
71
75
Question :
72
76
Find N-th Number PrimeNumber
@@ -96,6 +100,7 @@ Output:
96
100
29
97
101
```
98
102
103
+ _______________________________________________________________________________________________________________
99
104
100
105
101
106
Question 1
You can’t perform that action at this time.
0 commit comments