Smart machines I'm pretty sure
Answer:
can you pls type the answer choices in the comments
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= ",")
Answer:
The summary of the given query would be summarized throughout the below segment. The output of the question is attached below.
Explanation:
Given values are:
here,
inp = input
By utilizing the below formula, we get
⇒ 
Now,
⇒ 
⇒ print("Acceleration of gravity: {:.2f}".format(accel_gravity))