Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program that matches the sentence number from Form A with the number of the same sentence in from Form B. for example. **input**

Write a program that matches the sentence number from Form A with the number of the same sentence in from Form B. for example. **input** form A "1.aaaaaa2.bbbbbb3.cccccc4.ddddd"

form B "1.cccccc2.ddddd3.bbbbbb4.aaaaaa"

note that the input well be paste like "1.cccccc2.ddddd3.bbbbbb4.aaaaaa" Once for each form

**output** result should be like Form A =Form B 1=4 2=3 3=1 4=2

another example for how it should look like enter form A 1. Ella 2.James 3.Avery 4.Harper 5.Mason

enter form B 1.Mason 2.Avery 3. Ella 4.James 5.Harper

formB=formA 1=5 2=3 3=1 4=2 5=4

in python

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Spatial Databases A Tour

Authors: Shashi Shekhar, Sanjay Chawla

1st Edition

0130174807, 978-0130174802

More Books

Students also viewed these Databases questions