Answer:
Here you go, alter this as you see fit :)
Explanation:
array = []
cnt = 0
while cnt < 11:
x = input("Enter a word: ")
array.append(x)
cnt += 1
y = input("Add another word?(Y/n): ")
if y.lower() == "n":
break
letter = input("\nChoose a letter: ")
if len(letter) != 1:
print("Error: too many characters")
quit()
for n in range(len(array)):
if letter.lower() in array[n].lower():
print(array[n], end= ",")
In this def multiplication_table(number): # Initialize the starting point of the multiplication table multiplier = 1 * number # the additional condition to exit out of the loop is by the increment the variable for the loop multiplier.
<h3>How do you are making a multiplication desk for a loop in Python?</h3>
- Code the usage of a for loop
- ourNum = int(input("Enter the quantity you need to generate a multiplication desk for, then hit the `enter` key: "))
- ourRange = range(1,6)
- for x in ourRange:
- result = ourNum * x.
- print(ourNum," * ",x," = ",result.
If the numbers multiplier increases then the starting point of the multiplication table multiplier will be greater than 25 and will increase.
Read more about the multiplication table:
brainly.com/question/12617401
#SPJ1
Answer:
1. Start
2. Evensum = 0
3. For I = 1 to 10
3.1 If I % 2 == 0
3.1.1 Evensum = Evensum + I
4. Print Evensum
5. Stop
Explanation:
The line by line explanation is as follows:
[The algorithm starts here]
1. Start
[This initializes Evensum to 0]
2. Evensum = 0
[This iterates from 1 to 10, inclusive]
3. For I = 1 to 10
[This checks if current number is even number]
3.1 If I % 2 == 0
[If yes, this adds the even number]
3.1.1 Evensum = Evensum + I
[This prints the sum after the sum]
4. Print Evensum
[This ends the algorithm]
5. Stop
Go to your general settings and click on data usage and it should show you how much storage is left.