You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The common instructions for all the spoken tutorials should be applied to this also.
s = saturday
This command on terminal gives error. It should be s = "saturday"
s = saturday
s[:3]
Define the string properly
Now, to check if the string is s is palindromic, we say
Grammatically incorrect sentence
%%2%% Check if s is a valid name of a day of the week. Change the
solution to this problem, to include forms like, SAT, SATURDAY,
Saturday and Sat.
Put this question in simplified and clear form.
email_str = ", ".join(email_list)
please explain more about this command
%%3%% From the email_str that we generated, change the separator to be
a semicolon instead of a comma.
This exercise 3 should test the concept of join and not replace. Change the question in it.
Write the summary appropriately.
The text was updated successfully, but these errors were encountered:
This command on terminal gives error. It should be s = "saturday"
s[:3]
Define the string properly
s
is palindromic, we sayGrammatically incorrect sentence
s
is a valid name of a day of the week. Change thesolution to this problem, to include forms like, SAT, SATURDAY,
Saturday and Sat.
Put this question in simplified and clear form.
please explain more about this command
a semicolon instead of a comma.
This exercise 3 should test the concept of join and not replace. Change the question in it.
The text was updated successfully, but these errors were encountered: