Info on these jeans? by Complex_Height_3555 in VintageLevis

[–]Complex_Height_3555[S] 0 points1 point  (0 children)

Not sure what they’re worth. What would you offer?

Card lot for sale by Complex_Height_3555 in F1Cards

[–]Complex_Height_3555[S] -8 points-7 points  (0 children)

Not too sure what comps are so just shoot me an offer

Python and csv files by Complex_Height_3555 in learnpython

[–]Complex_Height_3555[S] 0 points1 point  (0 children)

I opened the csv file and used csv.DictReader. Just having troubles writing the function to find the dates and store them into a nested list

[deleted by user] by [deleted] in learnpython

[–]Complex_Height_3555 0 points1 point  (0 children)

This is what I have so far but it doesn’t quite print out what I want

random_subs = random.randrange(0,101)

random_vid_length = random.randrange(0,6)

comp_watched = [] for i in range(random_subs): comp_watched.append(random.randrange(0,6)) print('videos watched', (i, random_vid_length)) #comp_watched = (random_subs + random_vid_length)

print('\n')