day 4 typo fixes

This commit is contained in:
Asabeneh 2019-11-23 12:55:19 +02:00
parent cad5cf0ea0
commit 03b8767270

View File

@ -1096,8 +1096,8 @@ print(result) # The area of circle with 10 is 314.0
23. Slice out the phrase because because because in the following sentence:'You cannot end a sentence with because because because is a conjunction'
24. Find the position of the first occurrence of the word because in the following sentence:'You cannot end a sentence with because because because is a conjunction'
25. Slice out the phase because because because in the following sentence:'You cannot end a sentence with because because because is a conjunction'
26. Does Coding For All with a substring Coding?
27. Does Coding For All with a substring coding?
26. Does Coding For All starts with a substring *Coding*?
27. Does Coding For All ends with a substring *coding*?
28. ' Coding For All ' remove the left and right trailing spaces in the given string.
29. Which one of the following variable return True when we use the method isidentifier()
* 30DaysOfPython