1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
klio [65]
3 years ago
12

Given the list my_list containing integers, create a list consisting of all the even elements of my_list. Associate the new list

with the variable new_list.
Computers and Technology
1 answer:
Natasha_Volkova [10]3 years ago
4 0

In python:

new_list = [x for x in my_list if x % 2 == 0]

You might be interested in
Why is it important to use random assignment when determining which research participants will comprise the different treatment
Temka [501]

Explanation:

using random assignment keeps the study from becoming biased or untestable. it gives the results validity.

8 0
3 years ago
Which part of a fax cover sheet helps the recipient verify the successful transmission of all the pages? A) REMARKS: be) TOTAL N
Alekssandra [29.7K]
<span>Total number of pages. The use of a fax cover sheet provides the name, address and phone number of the sender, the fax number and name of the recipient and the number of pages being transmitted.

Thank you for posting your question here at brainly. I hope the answer will help you. Feel free to ask more questions.
</span>
7 0
3 years ago
Read 2 more answers
How do you get free Wifi on your phone without paying
Monica [59]
The library offers free wifi. I don’t think you can get free Wifi without paying(unless you go somewhere that offers free wifi). I don’t recommend you hacking into people’s Wifi(you can go to jail).
6 0
3 years ago
We have to calculate the percentage of marks obtained in three subjects (each out of 100) by student A and in four subjects (eac
MAXImum [283]

Answer:

abstract class Mark  //Creating an Abstract class{

abstract double getPercentage();}

class A extends Mark{

double result;

A( int val1, int val2, int val3){

 result=(val1+val2+val3)/3;}

double getPercentage(){

 return result;}}

class B extends Mark{

double result;

B(int val1, int val2, int val3, int val4){

 result=(val1+val2+val3+val4)/4;}

double getPercentage(){

 return result;}}

class Main{

public static void main(String args[]){

 //class A Object

 Mark obj_1=new A(10,20,30);

 System.out.println(obj_1.getPercentage());

 //class B Object

 Mark obj_2=new B(10,20,38,46);

 System.out.println(obj_2.getPercentage());}}

6 0
4 years ago
Computer simulations were first developed during __________<br> as a part of the _____________
Effectus [21]

Answer:

WWII; Manhattan Project.

Explanation:

Computer simulation refers to a mathematical model designed and developed to predict the outcome or behavior of a hypothetical or real-life scenario on a computer system, so as to illustrate and understand how the system functions.

Historically, computer simulations were first developed during World War II (WWII) as a part of the Manhattan Project.

For example, SimpleScalar refers to a computer architectural simulating software application or program which was designed and developed by Todd Austin at the University of Wisconsin, Madison, United States of America. It is an open source simulator written with "C" programming language and it's used typically for modelling virtual computer systems having a central processing unit (CPU), memory system parameters (hierarchy), and cache.

6 0
3 years ago
Other questions:
  • What is the output after the following code executes?
    14·1 answer
  • Select all the items that determine your preference for a concert ticket. a) band that is playing b) date of the concert c) pric
    7·1 answer
  • Lisa wants to send an email with some confidential Information. Which of these options would work best for her?
    6·1 answer
  • Suppose that we can improve the floating point instruction performance of machine by a factor of 15 (the same floating point ins
    13·1 answer
  • Florida Highway Safety and Motor Vehicles reported blank of traffic fatalities were alcohol-related in Florida in 2009.​
    8·1 answer
  • What is a disadvantage of using transitions in a PowerPoint presentation?
    9·1 answer
  • Can anyone please help me to solve this question?
    10·1 answer
  • Write a program to generate a square wave with 80% duty cycle on bit P2.7 Microprocessor.​
    7·1 answer
  • HELP ASAP !!! What should be a one-page document?
    7·1 answer
  • 19. Fatigue can help improve your reaction time.<br> False<br> O True
    8·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!