Write a python expression that given the variable inputstr

Assignment Help Python Programming
Reference no: EM131886095

Assignment

Launch Blender, and switch to Scripting view. In the Console, complete each of the following tasks:

I. Set the variables:

s = "Hello"
t = "World"

Then, enter the expression to complete each of the following tasks. For each task:

• evaluate the Python expression
• write the result
• explain how the expression produced the result

len(s) + len(t)
Result:
Explanation:

s[1:2]
Result:
Explanation:

s[len(s)//2:len(s)]
Result:
Explanation:

s + t
Result:
Explanation:

t + s
Result:
Explanation:

II. Set the variables:

str = "Gateway"
i = 2
j = 4

Write each of the following as a Python, then evaluate the expression and write down the result.

Set first to the substring of str from the start of str to the last position before i.

Python expression:

Result:

Set middle to the substring of str from positions i + 1 to j - 1.

Python expression:

Result:

Set last to the substring of str from position j + 1 to the end of str.

Python expression:

Result:

Concatenate the following five strings: first, the string containing just the character at position j, middle, the string containing just the character at position i, and last.

Python expression:

Result:

III. Write a Python expression that is an example of each of the following tasks. Test your expression on the string variable str:
str = "Programming"

Get the first character of a string.

Get the last character of a string.

Remove the first character of a string.

Remove the last character of a string.

VI. Write a Python expression (or script) that, given the variable inputStr, set as:

inputStr = "The quick brown fox jumps over the lazy dog"
uses the Python string operators to set the variable outputStr as:
outputStr = "Tempus fugit"

V. Write a Python script that, assuming the variable dayNum is set to a number from 1 to 7, displays the name of the corresponding weekday, assuming Sunday is dayNum 1, and Saturday is dayNum 7.

VI. Set the variable numberList to a list of numbers (e.g., 1, 4, 9, 16, 9, 7, 4, 9, 11). Then, write a Python script that rotates the list by 1 number (e.g., 4, 9, 16, 9, 7, 4, 9, 11, 1).

Then, re-write the script so that it rotates the list by a number that is between 1 and the length of the list -1.

Reference no: EM131886095

Questions Cloud

Why can some material that would normally be forbidden : You knew that you would never be a police officer and here, you feel that you have more power than a police officer and you have a great criminal justice career
Describe three examples in which databases could be used : Describe three examples in which databases could be used to support decision making in a large organizational environment.
What types of agencies are involved in this drug court : The purpose of these courts is to accommodate recovery and restoration of the offenders to make them productive members of society.
Research a current event related to a contemporary issue : Research a current event related to a contemporary issue in criminal justice today. Paper must be three pages double spaced.
Write a python expression that given the variable inputstr : Write a Python expression (or script) that, given the variable inputStr, set as: inputStr = "The quick brown fox jumps over the lazy dog".
How important are communication skills in project management : How important are communication skills in project management? Was Herb the right person to be assigned as the project manager?
What are the current trends in the crime rate : Provide an explanation of the occurrence of crime by outlining the main assumptions of the consensus view, conflict view and interactionist view.
Discuss business pitch with the ceo of verizon attempting : Discuss business pitch with the CEO of Verizon attempting to sell your brand-new virtual assistant and consists of white backgrounds and black letters.
Describe the type of evaluation you would conduct : Imagine that a new curfew law was passed in your jurisdiction aimed at reducing youth crime and that you have been asked to evaluate its effectiveness.

Reviews

Write a Review

Python Programming Questions & Answers

  Compare crimes rates in different cities

Use the following dataset 'Crime in Major Cites' to compare crimes rates in different cities for the years listed in the dataset. Is there an obvious trend

  Program that allows user to do basic trigonometry functions

You need to create a program that allows the user to do basic trigonometry functions. First, ask the user if he or she would like to do sine, cosine, or tangent.

  Define the playround method with only the self parameter

Define the playRound method with only the self parameter. Make a call to another instance method called doRolls that takes no arguements.

  Write a python program called anagramsearch

Write a Python program called ‘anagramsearch.py' that searches a file for anagrams of a given word, printing the results in alphabetical order.

  Assignment brief you are tasked with improving the code for

assignment brief you are tasked with improving the code for the haunted house game. please read the associated hand-out

  Revise function compare_files to accomplish the work describ

Revise function "build_word_index" to accomplish the specified work. Revise function "compare_files" to accomplish the work described in the comments. Test the revised program using the sample documents.

  Create a custom python module

Write a program named program51.py that defines a value-returning function named cuber that returns both the surface area and volume of a cube. A cube is a rectangular prism with all sides equal.

  Develop and test a python program

develop and test a python program to track student marks in the various assignments in a given unit of study. The time allocated for this project is 10 weeks.

  Exploring the potential of natural language processing

For Reading Purposes. EXPLORING THE POTENTIAL OF NATURAL LANGUAGE PROCESSING AND MACHINE LEARNING IN CHILD LANGUAGE DISORDERS DIAGNOSIS, Preprocessing data from conti-4 : cleaning the raw dataset into structured form for subsequent processing and ana..

  Evaluate a user''s expression

Write a function that will evaluate a user's expression. It should call the getExpression function that you previously wrote to get the expression to evaluate from the user. You should evaluate the expression step-by-step.

  Write a python program that will accept the base and height

Write a Python program that will accept the base and height of a triangle and compute the area. Write a Python program to compute the greatest common divisor (GCD) of two positive integers.

  Write a short program in python that turns on all leds

Write a short program in Python that turns on all LEDs, one at a time, in a looping fashion. When an LED is on, it should stay on for 1 second.

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