Answer:
nums = [14, 36, 31, -2, 11, -6]
print(nums)
Explanation: That should be 100%.
The Code Practice on Edhesive will be represented with the language of python language. there will be arrays and lists that will be presented. Thus, option A is correct.
What is code?A collection of commands that will be presented is referred to as computer code. It's also the name that was given to the source code. The translator has prepared for computer execution that will be presented.
Code is usually presented with a focus on producing various code-correct internet, application forms as well as a phone application.
The inputs will be
numbers = input()
Splits of numbers will be presented as
numList = numbers.split(' ')
Iterates will be presented with the list:
for i in range(len(numList)):
Conversion of every agreement will be;
numList[i] = int(numList[i])
The final line will be:
print(numList)
Learn more about code, here:
https://brainly.com/question/20712703
#SPJ6
The question is incomplete, Complete question probably will be is:
8.3 code practice adhesive
Write a program that uses an initializer list to store the following set of numbers in an array named nums. Then, print the array.
14 36 31 -2 11 -6
Sample Run
[14, 36, 31, -2, 11, -6]
What is the velocity of a 0.100kg car with a momentum of 5 kgm/s?
Answer:
v = 50 m/s
Explanation:
p = mv
5 = 0.1v
v = 50
Examples of system software include operating systems like macos, Linux, Android and
Microsoft Windows, computational science software, game engines, industrial automation, and
software as a service applications
True
False
Fill in the blank to make the following true.
2 ** 3 =
Answer:
2 ** 3 = 8
Explanation:
Answer:
8
Explanation:
x = 0
while x < 4:
print(x)
x += 1
Make it a for loop
Answer: Here you go :)
Explanation:
x = 0
for n in range(4):
print(x)
what is computer memory measured in
Answer:
MB I think I learned it actually.
Explanation: