question archive Assign decoded_tweet with user_tweet, replacing any occurrence of 'TTYL' with 'talk to you later'

Assign decoded_tweet with user_tweet, replacing any occurrence of 'TTYL' with 'talk to you later'

Subject:Computer SciencePrice:2.87 Bought7

Assign decoded_tweet with user_tweet, replacing any occurrence of 'TTYL' with 'talk to you later'.

Sample output with input: 'Gotta go. I will TTYL.'

Gotta go. I will talk to you later.

code given:

user_tweet = input()

decoded_tweet = ''' Your solution goes here '''
print(decoded_tweet)

Option 1

Low Cost Option
Download this past answer in few clicks

2.87 USD

PURCHASE SOLUTION

Option 2

Custom new solution created by our subject matter experts

GET A QUOTE

rated 5 stars

Purchased 7 times

Completion Status 100%

Related Questions