Display positions of the first occurrence of common letters

Assignment Help Python Programming
Reference no: EM132355245

Question

(a) Write program named commonLetter.py that prompts user to enter two words, and display the positions of the first occurrence of common letter in both words. For example, if the words entered are 'assignment' and 'examination' respectively, then the first common letter is 'a', and the positions printed are 1 and 3 respectively. If there is no common letter between the words, for example, 'private' and 'school', then display an appropriate message to inform user about this.

NOTE: We will use the letters of the first word to check against the letters in the second word, and NOT the other way round. So, for example, if the words entered now are 'Examination' and 'assignment' in that order, then the first common letter now is 'e', and the positions printed are 1 and 8 respectively.

(b) Enhance the program in (a) by displaying the words as word-cross. For the words above, the display would look like the following:

assignment Examination PYTHON Private

examination assignment Common school

EXAMINATION ASSIGNMENT P An appropriate message

S X Y informing user that there

S A T . is no common letters

I M H . between the words

G I COMMON

N N N

M A

E T

N I

T O

N

NOTE: i) The first word will be displayed vertically, whereas the second is displayed horizontally.

ii) The comparison should ignore the case, that is E and e should be considered the same.

Reference no: EM132355245

Questions Cloud

Presentation about the various types of ERP architectures : COIS12073 Enterprise Systems Assignment, CQ University, Australia. Presentation about the various types of ERP architectures
Explore history of database systems : Research and Data Modelling - conduct research about current and future Database technologies - Explore history of database systems
Write python program that assigns values to three variables : Write the Python program that assigns values to three variables (x, y and z), and then displays the data types of these three values.
Create a table that has two columns labeled time : Create a table called b_pop that has two columns labeled time and population_total. The first column should contain the years from 1970 through.
Display positions of the first occurrence of common letters : Write program named common Letter.py that prompts user to enter two words, and display the positions of the first occurrence of common letter in both words.
Discuss about fundamentals of research and research process : Learn about the fundamentals of research and the research process. Complete Human Research Protection Program OHRP Regulations. First you must register at the.
Identify effective ways to address issues of team leadership : Identify effective ways to address issues of team leadership. How will the team decide who will lead them? What happens if the team leader is ineffective?
What a nurse achieve by participating in scholarly activity : What could a nurse achieve by participating in the scholarly activity? Use declarative sentences with simple words to communicate each point. Less is more.
Make a recursion and the divisible function : Your program may assume that both arguments to is_power are positive integers. Note that the only positive integer that is a power of "1" is "1" itself.

Reviews

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd