For Daily Free Study Material Join wiredfaculty Whatsapp Group | Download Android App | Ncert Book Download
Sponsor Area
What are the possible outcome(s) executed from the following code? Also specify the maximum and minimum values that can be assigned to variable NUMBER.
STRING=CBSEONLINE NUMBER=random.randint(0,3) N=9 while STRING[N]!='L': print STRING[N]+STRING[NUMBER]+'#', NUMBER=NUMBER + 1 N=Nl