import random for i in range(5): x=random.randrange (0,101, 1) list= (x) printNow(list)
so i'm new to coding, but excited to learn. i've got 2 questions. when executed, is this considered a list? i feel like a list would be more like (1,2,3,4,5). secondly what function do i call to find the max number of a list? hope im not asking for too much info, thanks lots

New Topic/Question
Reply


MultiQuote





|