This is one full question. Please write in Python.

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

This is one full question. Please write in Python.

Post by answerhappygod »

This is one full question. Please write in Python.
This Is One Full Question Please Write In Python 1
This Is One Full Question Please Write In Python 1 (281.86 KiB) Viewed 27 times
1. (4 points) Within a file named ciphers.py, write a function cleanup_text (original) that returns a "cleaned up” version of the original text. Specifically, the cleaned up version should capitalize all letters, and it should omit all non-letter characters outside of A-Z. If the original text contains no letters, the function should return the empty string. Do not call any built-in Python functions except upper() in your solution. Here are some example arguments for this function and their expected return values: C Argument 'EASY' still e as y' 'slotH' **..slotHs A.. Re n111cE!!!11!!!! '1234567890' Return Value 'EASY' 'STILLEASY' 'SLOTH' SLOTHSARENICE' C ( 1
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply