
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN: 9780133594140
Author: James Kurose, Keith Ross
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Question

Transcribed Image Text:esktop/CSE110%20OLab%20Assignment%203.ipynb
Search
b Assignment 3-
er CSE110 Lab Assignment 3 (auftosaved)
Lo
View
Insert
Cell
Kernel
Help
Pythons
Not Trusted
M Run
Markdown
bangla
Task 2
Write a Python program that will ask the user to enter a word as an input.
• If the length of the input string is less than 4, then your program should print the same string as
an output.
If the input string's length is greater than 3, then your program should add "er" at the end of the
input string.
• If the input string already ends with "er", then add "est" instead.
• If the input string already ends with "est", then your program should print the same input string
as an output.
Example 1:
Input: strong
REDMI NOTE 9
AI QUAD CAMERA
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 3 steps with 4 images

Knowledge Booster
Similar questions
- Write a Python program that does following: (1) Prompt the user to enter a string of their choosing. Store the text in a string. Output the string. Ex:Enter a sample text:we'll continue our quest in space. there will be more shuttle flights and more shuttle crews and, yes; more volunteers, more civilians, more teachers in space. nothing ends here; our hopes and our journeys continue!You entered: we'll continue our quest in space. there will be more shuttle flights and more shuttle crews and, yes; more volunteers, more civilians, more teachers in space. nothing ends here; our hopes and our journeys continue! (2) Implement a print_menu() function, which has a string as a parameter, outputs a menu of user options for analyzing/editing the string, and returns the user's entered menu option and the sample text string (which can be edited inside the print_menu() function). Each option is represented by a single character. If an invalid character is entered, continue to prompt for a valid…arrow_forwardpython Write a program that accepts sequence of text lines as input and prints the lines with all characters in upper case. Example: If the input is: Hello world Practice makes perfect The output should be: HELLO WORLD PRACTICE MAKES PERFECTarrow_forwardDesign a program with an algorithm that will take a string from the user and then decide if each character in that string is unique. For example, if you ask the user to enter a string and that user enters the world ‘hello’, the result of the algorithm implementedshould return ‘false’ or ‘not unique’. If the user enters a string such as the word ‘phone’ the program will return ‘true’ or ‘unique’ since every character in the word phone is unique and is not repeated. An example of this program follows: Output should show as : enter a string rizma This string has all the unique characters would u like to continue?(y for yes n for no) y Enter a string waali This string is not unique Your code should work for all strings and essentially all characters, as many examples will be tested.arrow_forward
- Create a python program that will accept a string. Count the length of the string and convert all vowels to upper case and all consonants to lower case. Count the number of vowels and consonants in the string. Display all vowels and consonant characters found in the string and the index number of each vowel and consonant character. Example: Enter a string: the quick brown fox String length is 19 Converted string in upper case and lower case: thE qUIck brOwn fOx There are 5 vowels Vowel characters are: e u i o o Vowel characters can be found at index: 2 5 6 12 17 There are 11 consonant characters. Consonant characters are: t h q c k b r w n f x Consonant characters can be found at index: 0 1 4 7 8 10 11 13 14 16 18arrow_forwardDesign and implement an application that reads a string from the user and then determines and prints how many of each lowercase vowel (a, e, i, o, and u) appear in the entire string. Have a separate counter for each vowel. Also count and print the number of nonvowel characters.arrow_forwardPython Programmingarrow_forward
- Take input a string and create a new string where 'if' is added to the front of the input string. If the string already begins with 'if', return the string unchanged.Sample Input:"if else""else"Sample Output:if elseif elsearrow_forward3 – Write a python program that prompt the user to enter a string and count the number of words and characters in that string without using built-in methods.arrow_forwardSuppose you are to design a program that prompts the user to enter a String and displays the number of vowels, consonants, and spaces. Assume letters A, E, I, O, U (or a, e, i, o, u) as the vowels. Check the two sample runs and carefully read the instructions below. Two Sample Run: Enter a String: I Love CPS*1231 LOL!!! "The number of vowels is 4" ● Instructions: Prompt the user to input a String (the String may contain spaces). Based on the inputted String, check each character using a Loop to count the total number of vowels, consonants, and spaces. Print the total number of vowels, consonants, and spaces. The count displayed must account for all the vowels and consonants in the String regardless of case-sensitivity (upper or lower case). Print double quotes in the beginning and end of the output as shown in the Sample Run. Hint: ● "The number of consonants is 7" "The number of spaces is 3" ● ● O charAt(index) and length() method from the String class, toUpperCase(ch) (or…arrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Computer Networking: A Top-Down Approach (7th Edi...Computer EngineeringISBN:9780133594140Author:James Kurose, Keith RossPublisher:PEARSONComputer Organization and Design MIPS Edition, Fi...Computer EngineeringISBN:9780124077263Author:David A. Patterson, John L. HennessyPublisher:Elsevier ScienceNetwork+ Guide to Networks (MindTap Course List)Computer EngineeringISBN:9781337569330Author:Jill West, Tamara Dean, Jean AndrewsPublisher:Cengage Learning
- Concepts of Database ManagementComputer EngineeringISBN:9781337093422Author:Joy L. Starks, Philip J. Pratt, Mary Z. LastPublisher:Cengage LearningPrelude to ProgrammingComputer EngineeringISBN:9780133750423Author:VENIT, StewartPublisher:Pearson EducationSc Business Data Communications and Networking, T...Computer EngineeringISBN:9781119368830Author:FITZGERALDPublisher:WILEY

Computer Networking: A Top-Down Approach (7th Edi...
Computer Engineering
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:PEARSON

Computer Organization and Design MIPS Edition, Fi...
Computer Engineering
ISBN:9780124077263
Author:David A. Patterson, John L. Hennessy
Publisher:Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:9781337569330
Author:Jill West, Tamara Dean, Jean Andrews
Publisher:Cengage Learning

Concepts of Database Management
Computer Engineering
ISBN:9781337093422
Author:Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:9780133750423
Author:VENIT, Stewart
Publisher:Pearson Education

Sc Business Data Communications and Networking, T...
Computer Engineering
ISBN:9781119368830
Author:FITZGERALD
Publisher:WILEY