def CountVowels(epsilon):
countNum = 0
for x in range(len(epsilon)):
letter = epsilon[x]
if letter.lower() in "aeiou":
countNum += 1
return countNum
def ExtractOdds(zeta):
result = ""
for x in range(len(zeta)):
if x % 2 == 1:
result += zeta[x]
return result
sentence_A = input("Enter a sentence: ")
sentence_B = input("Enter a sentence: ")
print(CountVowels(sentence_A))
print(ExtractOdds(sentence_B))
I hope this helps!
A. journals
Medical journals, or scientific journals are always a good source for information for something like this!
True??????????????????????????
Answer:
False
Explanation:
Excel Spreadsheet 2010 and above have 2^14 columns i.e. 16384 columns and 2^20 rows i.e. 1048576 rows.
First 26 columns are from A to Z and then the next column will user another Digit and start with A, so the 27th column will be AA.
26th column = Z
27th column = AA
28th column = AB
etc.
Answer:
The vegetables should be named by it's specific name and it's planting method should be written down as well as the time it was planted. The Sr. No. should be there so the person can tell the difference between each plant.
Explanation: