Sponsor Area
Review Of Phython Here is the CBSE Help.html Chapter 1 for Class 12 students. Summary and detailed explanation of the lesson, including the definitions of difficult words. All of the exercises and questions and answers from the lesson's back end have been completed. NCERT Solutions for Class 12 Help.html Review Of Phython Chapter 1 NCERT Solutions for Class 12 Help.html Review Of Phython Chapter 1 The following is a summary in Hindi and English for the academic year 2025-26. You can save these solutions to your computer or use the Class 12 Help.html.
What is the possible outcome(s) executed from the following code? Also, specify the maximum and minimum values that can be assigned to variable N.
import random
SIDES=['EAST','WEST','NORTH','SOUTH'];
N=random.randint(1,3)
OUT=''
for I in range(N,1,-1):
OUT=OUT+SIDES[I]
print OUT
SOUTHNORTH | SOUTHNORTHWEST |
SOUTH | EASTWESTNORTH |
Sponsor Area
Sponsor Area
Mock Test Series