Aug-09-2017, 07:48 PM
(This post was last modified: Aug-09-2017, 07:53 PM by kostasalgo.)
(Aug-09-2017, 07:16 PM)nilamo Wrote: What do you have so far? What errors are you getting?
I do not have any errors in code
I ask for an basic example to create it at the beginning
(Aug-09-2017, 07:48 PM)kostasalgo Wrote: [quote='nilamo' pid='22586' dateline='1502306181']
What do you have so far? What errors are you getting?
I do not have any errors in code
I ask for an basic example to create it at the beginning
example
Ab=[]
for i in range(3):
Ab.append(input('Give a num='))
print (Ab)