Skip to content

Commit 086ec4a

Browse files
authored
Questions are added
New questions are added
1 parent c4ad925 commit 086ec4a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ If you dont know how to run python in vs code you should click [here](https://co
3636
- [Write a Python program to display the first and last colours from the following list: color_list = ["Red","Green","White" ,"Black"]](https://github.com/vagabon-09/Python/blob/master/Questions/PrintFirstLast.py)
3737
- [Write a Python program that accepts an integer (n) and computes the value of n+nn+nnn.](https://github.com/vagabon-09/Python/blob/master/Questions/MultiplyN.py)
3838
- [Write a Python program to test whether a passed letter is a vowel or not.](https://github.com/vagabon-09/Python/blob/9efac67d5cf2a5664e3c033b94265c7cd5fdf846/Questions/Vowel.py)
39-
- Write a Python program to get the n (non-negative integer) copies of the first 2 characters of a given string. Return the n copies of the whole string if the length is less than 2.
40-
- Write a Python program to find whether a given number (accept from the user) is even or odd, print out an appropriate message to the user.
41-
- Write a Python program to get the difference between a given number and 17, if the number is greater than 17 return double the absolute difference.
42-
- Write a Python program to count the number 4 in a given list
43-
- Write a Python program to get a string which is n (non-negative integer) copies of a given string.
44-
- Write a Python program to calculate the sum of three given numbers, if the values are equal then return three times of their sum.
39+
- [Write a Python program to get the n (non-negative integer) copies of the first 2 characters of a given string. Return the n copies of the whole string if the length is less than 2.](https://github.com/vagabon-09/Python/blob/c4ad925250e3acb84a665354d539820865d5c6ad/Questions/Ncopies.py)
40+
- [Write a Python program to find whether a given number (accept from the user) is even or odd, print out an appropriate message to the user.](https://github.com/vagabon-09/Python/blob/c4ad925250e3acb84a665354d539820865d5c6ad/Questions/EvenOrOdd.py)
41+
- [Write a Python program to get the difference between a given number and 17, if the number is greater than 17 return double the absolute difference.](https://github.com/vagabon-09/Python/blob/c4ad925250e3acb84a665354d539820865d5c6ad/Questions/DifferenceBtnGiven.py)
42+
- [Write a Python program to count the number 4 in a given list](https://github.com/vagabon-09/Python/blob/c4ad925250e3acb84a665354d539820865d5c6ad/Questions/CountDublicate.py)
43+
- [Write a Python program to get a string which is n (non-negative integer) copies of a given string.](https://github.com/vagabon-09/Python/blob/c4ad925250e3acb84a665354d539820865d5c6ad/Questions/CopiesString.py)
44+
- [Write a Python program to calculate the sum of three given numbers, if the values are equal then return three times of their sum.](https://github.com/vagabon-09/Python/blob/c4ad925250e3acb84a665354d539820865d5c6ad/Questions/CalculateThreeNumber.py)
4545

4646
# Author
4747
<a href="https://github.com/vagabon-09" target="_blank" rel="noopener noreferrer"><img style="width:60px;height:60px;" src="https://user-images.githubusercontent.com/89797141/211546895-65e17390-5f8e-41e4-88be-1581133bad13.png" alt="Avatar"></a>

0 commit comments

Comments
 (0)