Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

script - manipulating strings #36

Open
Medini opened this issue Jun 2, 2011 · 0 comments
Open

script - manipulating strings #36

Medini opened this issue Jun 2, 2011 · 0 comments

Comments

@Medini
Copy link

Medini commented Jun 2, 2011

  1. The common instructions for all the spoken tutorials should be applied to this also.
  2. s = saturday
    This command on terminal gives error. It should be s = "saturday"
  3. s = saturday
    s[:3]
    Define the string properly
  4. Now, to check if the string is s is palindromic, we say
    Grammatically incorrect sentence
  5. %%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.
  6. email_str = ", ".join(email_list)
    please explain more about this command
  7. %%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.
  8. Write the summary appropriately.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant