Computer Science, asked by sheronraii301, 6 months ago

What is the output of the code- print("A" * 3)?​

Answers

Answered by simran7890
0

answer = input("Enter yes or no: ") if answer == "yes": # Do this. elif answer == "no": # Do that. else: print("Please enter yes or no.") to learn more about Pyhton; go to

Similar questions