Skip to content

Commit 8c48b95

Browse files
authored
Update PythonQuestions.md
1 parent a3f837f commit 8c48b95

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

PythonQuestions.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ output:
1616
10
1717
25
1818
```
19+
_______________________________________________________________________________________________________________
20+
1921
Question:
2022
Get largest number from 2 numbers using ternary operator
2123

@@ -35,6 +37,7 @@ Output:
3537
```
3638
50
3739
```
40+
_______________________________________________________________________________________________________________
3841

3942

4043
Question:
@@ -62,11 +65,12 @@ print(lst)
6265
```
6366

6467
Output:
65-
````
68+
```
6669
[3, 6, 8, 9]
6770
[3, 6, 8, 9]
6871
['3', '6', '8', '9']
6972
```
73+
_______________________________________________________________________________________________________________
7074

7175
Question :
7276
Find N-th Number PrimeNumber
@@ -96,6 +100,7 @@ Output:
96100
29
97101
```
98102

103+
_______________________________________________________________________________________________________________
99104

100105

101106
Question 1

0 commit comments

Comments
 (0)