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

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

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