Question: python main.py main.py # print a table which display the test cases and the result of anagram # Sample output: (The sample shows the first

main.py main.py \# print a table which display the test cases and the result of anagram \# Sample output: (The sample shows the first a few ines, \# you need to display the fult table in your code? 43 \# Task 2 :based on the above test cases, display the result in a table \# print the table starting here: print("s1". center (10), "s2". center(10), "Anagram". center (10)) print ( '.......................... ) \# use loop to call the function and print each row in the table
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
