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
IgorC [24]
3 years ago
13

In python, sorry if it’s blurry

Computers and Technology
2 answers:
BigorU [14]3 years ago
4 0

lst = [[6,-3,8,0,5,-1,2,-2],[-7,4,3,-5,8,9,1,6]]

neg_values = 0

for x in lst:

   for y in x:

       if y<0:

           neg_values += 1

print(neg_values)

I wrote my code in python 3.8. I hope this helps

stepan [7]3 years ago
3 0

Answer:

nice

Explanation:

You might be interested in
PYTHON CODING LANGUAGE (i am a beginner)
MaRussiya [10]
#let the user input data
Hours = int(input(“enter how many hours were worked”))

Pay_rate = float(input(“Enter the pay rate”))

Pay_amount = Pay_rate * Hours
#calculate the wages


Print (Pay_amount)
#print the final answer
5 0
3 years ago
Add the following methods to the ArrayCollection class, and create a test driver for each to show that they work correctly. In o
maks197457 [2]

Answer:

Attached are screenshots of the working code - baring in mind this only works on mutable Collection types. (ones that can be changed) if you use Collections that don't support this you may experience an Unsupported Operation Exception - but this is expected.

Explanation:

Using Java streams as an alternative for some answers.

3 0
3 years ago
Which spreadsheet toolbar displays options such as Cut and Paste?
Colt1911 [192]
The answer would be ''Drawing Toolbar'' and you can find this inside your mouse area, where u click the right button (right side) and it shows a small chart/toolbar where it gives you the options to copy, cut, paste and more.
4 0
3 years ago
Difference between rainbow six siege starter edition and regular
Svetradugi [14.3K]
Regular means all operators charms etc cost normal price, but the Starter edition increases the price for all of those things but it is cheaper then the reg version
8 0
4 years ago
Write a c program that prints the initial letter of name​
crimeas [40]

Answer:

#include<stdio.h>

#include<string.h>

int main(){

  char str[20];

  int i=0;

  printf("Enter a name: ");

  gets(str);

  printf("%c",*str);

  while(str[i]!='\0'){

      if(str[i]==' '){

           i++;

           printf("%c",*(str+i));

      }

      i++;

  }

  return 0;

}

Explanation:

8 0
3 years ago
Other questions:
  • Which of the following would determine how many elements are in values?
    15·1 answer
  • What type of malicious software masquerades as legitimate software to entice the user to run it?
    14·1 answer
  • This semester we looked at three languages (C++, Java and Python). One common rule in all three class checklists (for C++, Java
    11·1 answer
  • Monochrome refers to the use of one color in various shades and tints
    6·1 answer
  • Upon combustion a .8009 g sample of a compound containing only carbon hydrogen and oxygen produced 1.6004 g of CO2 and .6551 g o
    10·1 answer
  • A machine that is used to print newspaper is a
    12·2 answers
  • What kind of security features does Microsoft Security Analyzer promise?
    5·1 answer
  • What are the three primary separation of concerns on the client-side of a dynamic web application? (Check all that apply)
    13·1 answer
  • Shira’s Shoes sold 875,000 pairs of sandals in June, which was 70% of the total number of shoes sold. How many shoes did the com
    14·2 answers
  • Which of the following situations is least likely fair use
    6·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!