Import statement at the top of the program

Assignment Help Basic Computer Science
Reference no: EM131934552

Below are 2 out of the 20 questions that I am struggling with. Any assistance would be appreciated.

1) Consider the code snippet named shapes.py. A statement to call the draw_square function from the shapes module, passing an argument of 3 would be _______________.

cr = '#'

import shapes

def draw_square(size):

for h in range(size):

for w in range(size):

print(cr, end='')

print()

def draw_rect(height, width):

for h in range(height):

for w in range(width):

print(cr, end='')

print()

a) draw_rect(3)

b) draw_square(3.0)

c) shapes.draw_square(3)

d) The program throws an error

2) The following code uses functions defined in my_funcs.py. Complete the import statement at the top of the program.

____________________

a = 3

print('a! = ', factorial(a))

print('log(a) = ',log(a))

a) import factorial, squared

b) import factorial, log

c) from my_funcs import factorial, log

d) from my_func import factorial log

Reference no: EM131934552

Questions Cloud

Write an essay about fiber helps ease constipation : Write 13 pages of Definition Argument Essay with outline of essay. subject is: Fiber Helps Ease Constipation. It has to be an Argumentative essay with pictures.
Explain the role of empathy in the counseling relationship : Write a 750-1,000-word paper outlining the importance of empathy, probing, and summarizing in the counseling process. Include the following in your paper.
Discovering the customer pin : You are required to calculate the maximum number of PINs that the thief may have to enter before correctly discovering the customer's PIN?
Deceived when firm pays for priority positioning : Are such practices ethical? Are consumers being deceived when a firm pays for priority positioning?
Import statement at the top of the program : The following code uses functions defined in my_funcs.py. Complete the import statement at the top of the program.
What are the main kinds of knowledge claim : What are the main kinds of knowledge claim that the authors are making? (e.g., Theoretical knowledge, research knowledge, practice knowledge?)
How can counselors help a client : How can counselors help a client to identify blind spots while continuing to provide empathy and support for the client?
Best performance in wireless communication : How many APs are needed and where they should be placed for best performance in wireless communication? List these factors.
Pythagorean theorem to calculate the hypotenuse : Remember this is a right triangle, so you can use the Pythagorean Theorem to calculate the hypotenuse.

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Identify three ethical considerations

Identify three ethical considerations important to project managers. Give an example of how each ethical issue might be violated

  Develop a layered approach for personal computer

How would you develop a layered approach for your personal computer to guard against malicious software such as malware and spyware?

  Discuss the huffman algorithm

Huffman's algorithm occasionally generates compressed files that are not smaller than the original. Prove that all compression algorithms must.

  Suppose china begins in steady state

Suppose China begins in steady state. To keep the model simple, let us assume the sole result of these technology transfer policies is to increase the productivity factor by a large and permanent amount, one time. Answer the following questions:

  Confidence interval for the population standard deviation

Construct a 95% confidence interval for the population standard deviation and interpret the results.

  Simulate the program in the pic18f

Write a program to add 7F9AH to BC48H, and save the result in RAM memory locations starting at 40H. Include a flow chart. Simulate the program in the PIC18F simulator ide and attach the simulation screenshot.

  How will you choose the splitters

How will you choose the splitters?

  Confidence interval for the proportion of us

a. Construct a 95% confidence interval for the proportion of U.S. adults for whom math was the favorite subject in school.

  Band of desired frequencies

What type of filter is used to eliminate a specific frequency from band of desired frequencies?

  Printing a book is directly proportional to the number

Problem: The cost C of printing a book is directly proportional to the number of pages p of the book. If a 40 page book costs 30 dollars to print how much will a 50 page book cost.

  Illustrate the economic concepts of scarcity

2.Use the graph to illustrate the economic concepts of scarcity, unemployment, inefficiency, and opportunity costs. When possible, use data points on the graph to accompany your verbal explanation.

  Find the edit distances between the following pairs

Mutation, where one symbol is replaced by another symbol. Note that a mutation can always be performed by an insertion followed by a deletion, but if we allow mutations, then this change counts for only 1, not 2, when computing the edit distance.

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