Skip to content

Commit 169604b

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

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

PythonQuestions.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Question:
2-
Swap Two Number
1+
### Question: Swap Two Number
32

43
Program
54
```
@@ -18,8 +17,7 @@ output:
1817
```
1918
_______________________________________________________________________________________________________________
2019

21-
Question:
22-
Get largest number from 2 numbers using ternary operator
20+
### Question: Get largest number from 2 numbers using ternary operator
2321

2422
Syntax:
2523
```
@@ -40,8 +38,7 @@ Output:
4038
_______________________________________________________________________________________________________________
4139

4240

43-
Question:
44-
Sort string numbers in array
41+
### Question: Sort string numbers in array
4542

4643

4744
Program:
@@ -72,8 +69,7 @@ Output:
7269
```
7370
_______________________________________________________________________________________________________________
7471

75-
Question :
76-
Find N-th Number PrimeNumber
72+
### uestion : Find N-th Number PrimeNumber
7773

7874
Program
7975
```python

0 commit comments

Comments
 (0)