List of only nummbers, but I need to give it out as a list

22 views Asked by At

I Have to make a list of nummbers, but my conde does not work. I am new at this, that is why I would like to ask if someone could tell me how to do it

    [I Have to make a list of nummbers, but my conde does not work. I am new at this, that is why I would like to ask if someone could tell me how to do it.][1]
1

There are 1 answers

0
iceweasel On

you need to specify what programming language you are using and display the code you tried so far

In python the list of 100 natural numbers can be created by ,

numbers = [for i in range(1,101): ]