Show different features of string slices

Assignment Help Other Subject
Reference no: EM132883702

Question 1: For each function, describe what it actually does when called with a string argument. If it does not correctly check for lowercase letters, give an example argument that produces incorrect results, and describe why the result is incorrect.

# 1

def any_lowercase1(s):
for c in s:
if c.islower():
return True
else:
return False

# 2

def any_lowercase2(s):
for c in s:
if 'c'.islower():
return 'True'
else:
return 'False'

# 3

def any_lowercase3(s):
for c in s:
flag = c.islower()
return flag

# 4

def any_lowercase4(s):
flag = False
for c in s:
flag = flag or c.islower()
return flag

# 5

def any_lowercase5(s):
for c in s:
if not c.islower():
return False
return True

Question 2: Give at least three examples that show different features of string slices. Describe the feature illustrated by each example. Invent your own examples. Do not copy them for the textbook or any other source

Reference no: EM132883702

Questions Cloud

What should be your monthly mortgage payment : You bought the house for $800,000 exactly five years ago. The mortgage rate was 6 percent. What should be your monthly mortgage payment
How could other managers support policies and procedures : How could other managers support policies and procedures?
Calculate the pension expense : Calculate the pension expense, defined pension obligation, plan assets, and pension liability accounts at December 31, 2021, using a pension worksheet
How important motivation is in workplace : How important motivation is in workplace, as an HR, boss or manager.
Show different features of string slices : Give at least three examples that show different features of string slices. Describe the feature illustrated by each example. Invent your own examples
Impact of the charter of rights and freedoms on hrm : 1. Explain how the legal system in Canada is different from the legal system in the United States.
Investigative approach and methods : Provide an explanation of why the problem is important and/or interesting - This must go beyond textbook material. Extensive use of academic publications
What is the dependency between the different components : The decision-making process is comprised of four (4) components. What is the dependency between the different components?
Why data structure is useful in programming : Discuss why data structure is useful and important in programming. Use your own examples to explain what an array is, and when to use the array.

Reviews

Write a Review

Other Subject Questions & Answers

  Cross-cultural opportunities and conflicts in canada

Short Paper on Cross-cultural Opportunities and Conflicts in Canada.

  Sociology theory questions

Sociology are very fundamental in nature. Role strain and role constraint speak about the duties and responsibilities of the roles of people in society or in a group. A short theory about Darwin and Moths is also answered.

  A book review on unfaithful angels

This review will help the reader understand the social work profession through different concepts giving the glimpse of why the social work profession might have drifted away from its original purpose of serving the poor.

  Disorder paper: schizophrenia

Schizophrenia does not really have just one single cause. It is a possibility that this disorder could be inherited but not all doctors are sure.

  Individual assignment: two models handout and rubric

Individual Assignment : Two Models Handout and Rubric,    This paper will allow you to understand and evaluate two vastly different organizational models and to effectively communicate their differences.

  Developing strategic intent for toyota

The following report includes the description about the organization, its strategies, industry analysis in which it operates and its position in the industry.

  Gasoline powered passenger vehicles

In this study, we examine how gasoline price volatility and income of the consumers impacts consumer's demand for gasoline.

  An aspect of poverty in canada

Economics thesis undergrad 4th year paper to write. it should be about 22 pages in length, literature review, economic analysis and then data or cost benefit analysis.

  Ngn customer satisfaction qos indicator for 3g services

The paper aims to highlight the global trends in countries and regions where 3G has already been introduced and propose an implementation plan to the telecom operators of developing countries.

  Prepare a power point presentation

Prepare the power point presentation for the case: Santa Fe Independent School District

  Information literacy is important in this environment

Information literacy is critically important in this contemporary environment

  Associative property of multiplication

Write a definition for associative property of multiplication.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd