Write a function multiplication_tables which takes in as input an integer num, and prints out lists with the the first 10 multiples of all the numbers from 1 to num(inclusive).

Answers

Answer 1

The programming is done for the multiplication table that takes integer numbers and prints the table given in the picture.

What is computer programming?

The words "computer coding" and "computer programming" are sometimes used simultaneously. They do, however, differ in several ways.

Write a function multiplication tables which takes in as input an integer num, and prints out lists with the first 10 multiples of all the numbers from 1 to num(inclusive).

The programming is given below.

def multiplication_tables(num):

   for i in range(1, num+1):

       lst = []

       for j in range(1, 11):

           lst.append(i*j)

       print(lst)

# Testing the function here. ignore/remove the code below if not required

if _name_ == '__main__':

   n = int(input())

   multiplication_tables

Then the result will be given in the picture.

More about the computer programming link is given below.

https://brainly.com/question/14618533

#SPJ1

Write A Function Multiplication_tables Which Takes In As Input An Integer Num, And Prints Out Lists With

Related Questions

why am I doing a PAT investigation ​

Answers

Answer:

personal appliance testing to ensure the device is free from electrical defects

Which of the following are exclusively associated with copyright protection

Answers

u got picture of the question?
You need a picture otherwise I can’t answer

Which of the following statements about application programming interfaces are true? Select 3 options. Programmers can solve problems using APIs. Programmers can solve problems using APIs. Companies that have a lot of data use APIs to find the target audience. Companies that have a lot of data use APIs to find the target audience. APIs can only be created to be private. APIs can only be created to be private. Programmers can send their request to an API using any language they choose without following any rules. Programmers can send their request to an API using any language they choose without following any rules. APIs can be driven by data.

Answers

Application programming interfaces (APIs) help programmers solve problems, help to find the target audience, and are driven by data.

What are APIs?

APIs are the application programming interfaces that provide the access to program data and information found in the databases. They are used to help in setting the link between the new devices and between the device and humans.

APIs allow the interaction of the two applications and act as the messenger. They allow the sharing of the application data to a third party within the company.

Learn more about APIs here:

https://brainly.com/question/4140629

#SPJ1

Which software license does an individual's need in order to use database software for his /her personal use

Answers

Answer:

Single-user

Individual licenses

Explanation:

I'm Sorry If I got it wrong, but I believe that's the answer. Good luck  

Mention at least five devices used for digitizing data

Answers

Answer:
1. Cloud Storage Solutions
2. Digital Communication Tools
3. Cloud ERP Systems
4. CRM Platforms
5. Digital Accounting Tools

For more information, please visit: https://www.gend.co/blog/the-digitisation-tools-with-the-biggest-impact-for-business?hs_amp=true

Hope this helps!!

How many passes will it take to find 30 using a binary search?
5, 10, 15, 20, 25, 30, 35
passes
1
3
4
2

Answers

Answer:

4 passes

Explanation:

Determine whether each device is an input device, an output device, or a storage device.

Answers

it would be, A C A A D A

Open a Python interpreter. Python can show you the set of currently known names if you type dir(). While these values may vary from interpreter to interpreter, you should always have __name__ available. What is the value of __name__ in a Python interpreter

Answers

Answer:

Open a Python interpreter. Python can show you the set of currently known names if you type dir (). While these values may vary from interpreter to int … Write a method named

Explanation:

Open a Python interpreter. Python can show you the set of currently known names if you type dir (). While these values may vary from interpreter to int … Write a method named

Assume a system has a TLB hit ratio of 99%. It requires 10 nanoseconds to access the TLB, and 90 nanoseconds to access main memory. What is the effective memory access time in nanoseconds for this system

Answers

Answer:

108.5

Explanation:

A (108.5)

Assume a system has a TLB hit ratio of 90%. It requires 15 nanoseconds to access the TLB, and 85 nanoseconds to access main memory. What is the effective memory access time in nanoseconds for this system?

A) 108.5

B) 100

C) 22

D) 176.5

disadvantages of computer network​

Answers

Answer:

It lacks robustness If a PC systems principle server separates, the whole framework would end up futile.

Explanation:

This function returns the length of a string:

A. length
B. len
C. size
D. lengthof

Answers

Answer:

The strlen() function calculates the length of a given string.The strlen() function is defined in string.h header file.

Explanation:

It doesn’t count null character ‘0’. Syntax: int strlen(const char *str); Parameter: str: It represents the string variable whose length we have to find. Return: This function returns the length of string passed.

A while loop is frequently used to ______________ data.

A. validate
B. correct
C. inspect
D. interpret

Answers

i believe the answer to your question is A but i’m not 100% sure

Becky is preparing a document for her environmental studies project. She wants to check her document for spelling and grammar errors. Which function key command should she use?

A.

F1

B.

F2

C.

F5

D.

F7

E.

F12

Answers

According to what I know, I think it is F7.

Which statement best describes an advantage of using the Report Wizard instead of the Report button to create a report in Access?

Using the Report Wizard requires more steps.
Using the Report Wizard lets users add more data to the report.
The Report Wizard provides more choices.
The Report Wizard automatically adds all fields to the report.

Answers

The report wizard provides more choices. That’s the answer

Enter a reference to the remaining balance of payment 1 in cell b13. use the fill handle to copy the functions created in the prior steps down to complete the amortization table.

Answers

The steps described above are actions that are performed while editing an Excel Worksheet. See definitions below.

What is a reference in a Worksheet?

In a worksheet, a cell or range of cells that can be used to create a formula so that the values in those cells can be identified by the program in the worksheet to execute a calculation is referred to as Reference.

Functions on the other hand are formulas that have already been preset onto the worksheet and can be called up and used during a calculation or analysis.

A cell is the smallest unit in a worksheet.

It is to be noted that the Amortization Table indicated is not available, hence the general answer.

Learn more about worksheets at:
https://brainly.com/question/23501096

#SPJ4

The ____________ command / function is used in Python graphics and text-based programming code.

A. write()
B. format()
C. display()
D. print()
readline()

Answers

A. write()

2.4. Graphics

Graphics make programming more fun for many people. To fully introduce

graphics would involve many ideas that would be a distraction now. This section

If the default gateway is configured incorrectly on the host, what is the impact on communications?.

Answers

Answer:

There is no impact on communications.

Explanation:

A default gateway is only required to communicate with devices onanother network. The absence of a default gateway does not affect connectivity between devices on the same local network.

What sets Web pages apart from other documents is that they contain a special kind of text called ___, which is document text that is able to respond to user input and link to other objects.

Answers

The web pages contain a special kind of text that allowed to respond to the user input is termed hypertext.

What are web pages?

The web pages are given as the web server delivery with the displaying of the web browser. It is given with the HTML language and comprises several resources and information.

The web page document is accessed with the presence of the hypertext or the hyperlink that enables the user selection to respond to it.

Learn more about web pages, here:

https://brainly.com/question/9060926

#SPJ1

Define a class in Java to accept and store the list of 10 names in an array. Print the
names with even number of characters.

Answers

Answer:

public class Main

{

public static void main(String[] args) {

String[] strs = new String[10];

java.util.Scanner sc = new java.util.Scanner(System.in);

    for(int i = 0; i < 10; i++){

        System.out.print("Enter string " + (i+1) + ":");

        strs[i] = sc.nextLine();

    }

    System.out.println("The strigs with even number of characters is");

    for(int i = 0; i < strs.length;i++){

        if(strs[i].length() % 2 == 0){

            System.out.println(strs[i]);

        }

    }

}

}

Explanation:

Luka is responsible for the translation of the computer program. Luka looks for errors during the stage of a computer program.

Answers

Answer:

He should check if a syntax error pops up to fix the code

Explanation:

A syntax error message pops up when the code is not proper

Answer:

He should check for any syntax error pop-ups in the console

Explanation:

Pls Help A table is a_______of rows and columns that provides a structure for presenting data​

Answers

Answer:

Graph or chart???

Explanation:

Pam wants to make a note for other programmers in her Python code. How should the line of code for the note begin?
Pam wants to make a note for other programmers in her Python code. How should the line of code for the note begin?
(A) note
(B) NOTE
(C) #
(D) --

Answers

Based on Pam's work, the line of code for the note should begin with  # sign.

What is # the sign about?

Note that in Python, comments are said to be shown or indicated through the use of a line starting with a # symbol.

Note also that  that # symbol  is one that also tells the computer that it should not  execute the statement that is found in that line.

Learn more about from

https://brainly.com/question/23275071

#SPJ1

Answer:

It is C.#

Explanation:

Pam wants to make a note for other programmers in her Python code. How should the line of code for the note begin?

A.

note

B.

NOTE

C.

#

D.

--

What two Python data structures are already thread-safe, because they provide automatic support for synchronizing multiple readers and writers

Answers

Answer:

frozensets and tuple are safe for thread

Explanation:

Indexed variables for an array are stored wherever the computer finds memory for the first indexed variable, then the next one is stored next to the first if there is space, and someplace else if not. True False

Answers

Answer:

False

Explanation:

Q:

Indexed variables for an array are stored wherever the computer finds memory for the first indexed variable, then the next one is stored next to the first if there is space, and someplace else if not. T or F

A:

F

How many bits do we have in the MAC address of an Ethernet card?

Answers

Answer: It is 6 bytes (48 bits) long

Detailed Explanation:

In a LAN, each node is assigned a physical address, also known as a MAC/Ethernet address. This address is unique to each of the nodes on the LAN and is 6 bytes (48 bits) long, which is burned on the Ethernet card (also known as the network interface card)

When creating a multipage website what are the two most important things to
remember?

A. Link your style sheet to each page and add an H1
B. Link your style sheet to each page and link all pages together
C. Link your style sheet to each page and add images
D. Link your style sheet to each page and style all elements

Answers

Answer:

B. Link your style sheet to each page and link all pages together

Explanation:

A. Link your style sheet to each page and add an H1

Not needed. Multipage websites don't require H1s to function

B. Link your style sheet to each page and link all pages together

Correct. Pages should be linked together so the website can be navigable.

C. Link your style sheet to each page and add images

Not needed. Multipage websites don't require images to function.

D. Link your style sheet to each page and style all elements

Not needed. You don't need to style every element.

2. As you have learned, ironically, a large part of sound production involves visual perception. How easy or difficult did you find it to work with Audacity and OpenShot? Why? What aspects of the programs do you think could be improved? Explain.

Answers

Answer: it is very easy to work with programs such as audacity, they are real game changers. Also, they are very helpful for editing and recording audio. They could make audacity’s auto tune more beginner friendly

The scope of a variable is __________________

A. it is not possible to determine the scope of a variable in Python
B. all variables are available throughout the program
C. where it can be read or modified
D. before it is declared

Answers

Answer:

The scope of a variable is where it can be read or modified.

PLEASE HELP HURRY
For each of the following, identify the best tool for the conversation: e-mail, phone, or in person.

Your boss asked to see a draft of your next report.

You want to discuss an opportunity for promotion with a career mentor.

A coworker wants to share a meeting agenda with you.

A meeting is taking place in five minutes and you are not sure where the meeting is
being held.

Answers

A conversation is the exchange of ideas between two or more people. An email can be used to draft reports, and to share the meeting agenda, while an in-person discussion must be done for the promotion-related talks.

What is an e-mail?

E-mail is an electronic mail that involves sending and receiving textual information from one computer system to another. It is used for professional and academic use like sending a work report or sharing meetings and work-related queries.

To discuss an opportunity related to promotion, the person should have an in-person talk with a career mentor. Also to know the details about the meeting that will take place soon one must make a phone call instead of using email.

Therefore, the best tool for the conversation are:

E-mailIn-personE-mailPhone

Learn more about the conversation here:

https://brainly.com/question/10875655

#SPJ1

Question 1-4
Java, Visual Basic, Python and C++ are examples of what type of programming language?

Answers

Answer:

most useful at the system level (interacting with the operating system), like C.

Explanation:

Others are most useful at the system level (interacting with the operating system), like C. There are also high level languages used to create application programs. Such languages include C#, Java, C++, PHP, Visual Basic, Python, Ruby, Perl, JavaScript and others.

Other Questions
which best describes the role of the speaker? the speaker is describing a scene in the third person as a sentimental observer. the speaker is describing a scene in the third person as a critical observer. the speaker is describing a past personal experience in the first person. the speaker is describing a present personal experience in the first person. What code will correctly create a hypertext link to a page named dogs.html. Assume the html page in which you are placing the code is in the same directory as the dogs.html page. solve the quadractic equation 3x^2-5x-7=0 SOCIOLOGY Describe the situation in which Ms. Barrios noticed that she was being targeted forgender-based marketing. Was there ever a time when you noticed you were on the receivingend of something similar? Explain. The mass of the Sun is 2 1030 kg, and the distance between Neptune and the Sun is 30 AU. What is the orbital period of Neptune in Earth years? help will give brainliest A town has a population of 2000 and grows at 4% every year.What will be thepopulation after 15 years, to the nearest whole number? find measurement of triangle side with extended side What is the value of x? Michaels goal is to walk 5 miles per week he has already walked 2 1/4 miles how many more miles must he walk to reach his goal A square is shown below. Which expression can be used to find the area, in square units, of the shaded triangle in the square? As shown in Fig. 1, the Cauchy stress tensor of a plane stress state at a material point is given as (image below)1. Draw its Mohrs circle;2. Find all the principal stresses and maximum and minimum shear stresses;3. The corresponding p and s;4. Use the method of pole to draw the element in the physical space in the principal directions and in the maximum/minimum shear stress directions. Deanna uses only fruit juice and sparkling water to makepunch for a school dance. She uses 6 1/2 liters of fruitjuice. She uses 0.6 as much sparkling water as fruitjuice.How much fruit punch does she make? A : 3.9B : 7.1C: 9.4D 10.4 I appreciate it thank you May Allah bless you Find the equation of the line that has a slope of -3 and a y-intercept at 5.y = -3x + 5y = -5x + 3y = 5x - 3y = 3x - 52. Find the equation of the line that has a y-intercept of -1 and a slope of 1/2.y = -x + 1/2y = 1/2 x - 1y = -1/2 x + 1y = 1x - 1/23. Find the equation of the line where m = 1 and b = 8.y = x + 8y = 8 - xy = 8x + 1y = 84. Find the equation of the line that goes through the point (1, -1) and has a slope of 5.y = 5x - 6y = 5x + 1y = 5x - 1y = x + 55. Find the equation of the line that goes through the point (2, -3) and has a slope of -1.y = -x - 1y = 2x - 3y = -x - 3y = -x + 26. Find the equation of the line that goes through the point (5,1) and has a slope of 0.y = 5y = 1y = 5x + 1x = 57. Find the equation of the line that goes through the point (-2, -2) and has a slope of -4.y = -2x - 2y = -4x - 10y = -4x - 2y = -2x - 48. Find the equation of the line that goes through the points (0, 4) and (10, 2).y = -1/5 x + 2y = -5x + 4y = -1/5 x + 4y = 1/5 x - 49. Find the equation of the line that goes through the points (2, 2) and (6, 6).y = 2x + 6y = 6x + 2y = xy = -x 10. Find the equation of the line that goes through the points (0, 6) and (12, 2).y = 12x + 2y = -3x + 6y = -1/3 x + 6y = -1/3 x + 211. Find the equation of the line that goes through the points (4, 4) and (8, 6).y = 4x + 6y = 1/2 x + 2y = 2x - 4y = 1/2 x + 4 If 4.0 moles of propane are mixed with 15.0 moles of oxygen o 2, how many moles of water h 2o will be formed? Help plsss!! Id rlly appreciate it :](You dont have to answer all of them but I rlly need the first question!!)The Apple iPad Mini 2 has dimensions of: Height: 7.9 in, Width: 5.30 in, Depth: 0.30 in.1. What is the volume of the Apple iPad Mini 2?2. If Pear-Apple applies a scale factor of 1.25 to the iPad Mini 2 to make a new tablet, what would be the new volume in cubic inches?3. Suppose Pear-Apple applies a scale factor of .75 to the iPad Mini 2 to make the Lil Mini. What would be the volume for the Lil Mini in cubic inches.4. Pear-Apple scraps their plans and decide to come up with a product that is half the volume of the iPad Mini. What scale factor should they use and what should the dimensions be?5. Pear-Apple also wants to make a bigger tablet. They want the tablet to have twice the volume from the iPad Mini 2. Whats the scale factor and dimensions of the tablet? why are forest important for helping to control the rate of climate change- forests serve as a sink in the carbon cycle by removing CO2 during photosynthesis- trees provide building materials in shelter- trees are an important food source and habitat for wild animals - leaves of trees reflect all sunlight away from the earth and help to keep the planet cool I need help with these papers. Please answer back with me the answers A. B. C D. Only! Conversion factors:1000 mL per L1000 ug per mgA certain atmospheric sample contains 1.01 x 10-4 mg of some contaminant per mL of air. This passes through an airlock, into some Mars colony lander with a volume of 2.28 x 104 L. 401 people are living and working inside. Assuming equal exposure among every person how many micrograms of contaminant will each person receive? Quadrilateral abcd has vertices A(4,0),B(3,3),C(-3,1) and D(-2,-2)