The answer would be D the summary
Answer:
TOPIC
Explanation:
because if you dont have topic you cant create a presentation or a project that you will pass to your class,and if you have a topic present it neatly because you presentation or your project will be graded.
def main():
print("This is meant for me to learn about different types of people.")
<em>#print("What is your favorite animal")</em>
favAnimal = input("What is your favorite animal?")
<em>#print("Wow that's a really cool animal.")
</em>
<em> #print("Do you know how to speak different languages")</em>
answer = input("Do you know how to speak different languages")
if(answer == "yes"):
print("That's amazing")
else:
print("You don't know how to speak different languages don't sweat it neither do I.")
main()
1. We have to comment/remove all those lines with the print () method that contain questions and "must" accept user input, because in the variable declaration the questions with the input are already printed.
2. Since there are no curly braces in Python, you should use tabs instead.
The correct answers are A and C
Please give me brainless
I think it is the office button sorry if not