Computer Science, asked by VividBreckston, 6 hours ago

How can you create a list with numbers?​

Answers

Answered by Katyani13
0

Answer:

make a line and then plot numbers and then do whatever you want

Answered by tanya3534
0

Answer:

Examples of how to create a list of numbers in python using list comprehensions or built-in functions list():

  1. Create a list of integers.
  2. Create a list of floats using arange.
  3. Create a list of floats using linspace.
  4. Create a list of random integers.

Explanation:

Please mark me as brainlist

Similar questions