Suppose the string "WONDERFUL!!" is assigned to the variable text, which of the following will change the value of text

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

Suppose the string "WONDERFUL!!" is assigned to the variable text, which of the following will change the value of text

Post by answerhappygod »

Suppose the string "WONDERFUL!!" is assigned to the variable
text,
which of the following will change the value of text to
"wonderful"?
Suppose The String Wonderful Is Assigned To The Variable Text Which Of The Following Will Change The Value Of Text 1
Suppose The String Wonderful Is Assigned To The Variable Text Which Of The Following Will Change The Value Of Text 1 (19.54 KiB) Viewed 27 times
Suppose the string "WONDERFUL!!" is assigned to the variable text, which of the following will change the value of text to "wonderful"? text.lower() text.strip("!") text = text.lower() text = text.strip("!") text = text.lower().strip("!")
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply