You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -36,12 +36,12 @@ If you dont know how to run python in vs code you should click [here](https://co
36
36
-[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)
37
37
-[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)
38
38
-[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)
0 commit comments