Homework Answers

Math 58880 52480
Physics 50710 47629
Chemistry 44357 42759
Programming & Computer Science 34330 30918
Economics 34267 33209
English 12729 11462
Biology 9425 8734
Management 8270 7078
Engineering 8082 6895
History 4259 3853
Psychology 2611 2287
Geography 2457 1903
Sociology 2387 2125
Law 2080 1463
Other 2007 1890
Marketing 1915 1605
Philosophy 1405 1148
Political Science 1107 1010
French 565 528

Questions: 281 843

Answers by our Experts: 258 976

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

identify one personal and one social consequence of unemployment in your country or society. What roles, do you believe the government should play to reduce negative consequences? 


Assignment


Using the IDLE development environment, create a Python script named tryme4.py. (Note: an alternative to IDLE is to use a free account on the pythonanywhere website: https://www.pythonanywhere.com/)



Write a function in this file called nine_lines that uses the function three_lines (provided below) to print a total of nine lines.


Now add a function named clear_screen that uses a combination of the functions nine_lines, three_lines, and new_line (provided below) to print a total of twenty-five lines. The last line of your program should call first nine_lines and then the clear_screen function.


The function three_lines and new_line are defined below so that you can see nested function calls. Also, to make counting “blank” lines visually easier, the print command inside new_line will print a dot at the beginning of the line:


def new_line():


print('.')


def three_lines():


new_line()


new_line()


new_line()





the provintions of section 205 of the criminal procedure act, 1977 is inconsistent with the consitution of the republic of south africa

Ms. Riya did not get the welcome or support she expected from the team. Her plans were not implemented with the same vigor that she had imagined? Which common organizational pitfalls in leadership are described in this scenario?

if a journalist refuses to answer questions, a court cannot sentence him or her to a term of imprisonment

B. The company just paid a $1.48 annual dividend and announced the plans to pay $1.54 next year. The dividend growth rate is expected to remain constant at the current level for the following 4 years and then settle at 3 percent per year. If you are planning to buy this stock in two years’ time, how much would you expect to pay for it if the required rate of return is 7 percent at the time of your purchase? (Use two decimal rounding)

The first line will contain a message prompt to input the size of the matrix.


The succeeding lines will prompt for the elements of the matrix.


The last line will contain the word "MAGIC!" if it is a magic square and "Just a square" if it isn't.

The first line will contain a message prompt to input the number of elements.



The second line will contain message prompts for the elements of the array.



The succeeding lines will contain the arranged elements of the array. Make sure to print the numbers in the order in which they appear in the input. In this case, since 6 appeared first before 12, 6 is printed first.

Given two strings N and K. Your goal is to determine the smallest substring of N that contains all the characters in K. If no substring is present in N print no matches found.



Note: If character is repeated multiple times in K, your substring should also contain that character repeated same number of times.



Input: first line contains two strings N and K



Output: string representing the smallest substring as mentioned above




Input1: stealen lent



Output 1: tealen



Input 2: tomato tomatho



Output 2: No matches found





Question :Create a class Account with the following private member variablesData TypeVariable Namechar[]accountNumberdoubleamountchar[]accountHolderUse appropriate Get and Put function to get and display the values for  Account classCreate a function calc()  to calculate the interest amount as interest_amount=amount*n*r/100, where n is fixed as 5 and r as 3

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS