Home / Expert Answers / Computer Science / using-python-internet-slang-has-entered-relatively-widespread-usage-evolving-from-its-roots-as-a-pa153

(Solved): using python Internet slang has entered (relatively) widespread usage, evolving from its roots as a ...




using python
Internet slang has entered (relatively) widespread usage, evolving from its roots as an obfuscation technique in
using python Internet slang has entered (relatively) widespread usage, evolving from its roots as an obfuscation technique into a form of communication used principally to express dissatisfaction with the performance of a teammate. For this assignment, you will design and implement a program that translates from English to 1337 (Le., leetspeak). You will need to use functions to accomplish this (feeding the return value from each function as the argument to the next), and ifyou are not familiar with the 1337 "language", you must read more at https://en wikipedia.org/wiki/leet. As a clarifying example, if the phrases "laughing out loud" and "by the way" are supported, and the homogylphs 'I[' and '@' are being used to replace the letters 'I' and 'A', respectively, then if the user were to provide the sentence "I am laughing out loud, by the way" when prompted, then the program should "first" display "I am LOL BTW" and "then " subsequently display "II @m LOL BT N" In order to complete this task, you will need to: - research (and select) some internet slang acronyms (e.g., BTW, LOL, OMG, FYI, AFAIK, etc) - research (and select) some homoglyphs (e.g., the use of "I-|" for ' H', "|3" for 'B', etc.) Your submission for this assignment: - must include a main function that prompts the user for a string and removes all punctuation - must include a function to replace lowercase letters with uppercase using ord0 and chr0 - must include a function to replace at least four different words or phrases with acronyms 1 - must include a function to replace at least four different letters with homoglyphs? - must have the main function call those described above, printing the return value of each - must not use any built-in3 find, replace, encode, index, or translate functions - may use indexing (i.e., []), slicing (i.e, ) ), and the "in" operator, and the len0 function 'This function should have one string argantent, one string retum, and replace things like 'BY THE WAY' with "BTW". \( { }^{2} \) This fanction should have one string argument, one string retum, and replace things like ' \( \mathrm{K} \) ' with 'Re' or ' \( \mathrm{A} \) ' with 'e '. 'Yoa ate, however, cncouragod to write your own venions of these functions as nteded.


We have an Answer from Expert

View Expert Answer

Expert Answer


Solution:- Given data:- Since the query requests Python code, we can immediately utilise Python's "string" module. • Use the code below to take the us
We have an Answer from Expert

Buy This Answer $5

Place Order

We Provide Services Across The Globe