Sponsor Area
Review Of Phython Here is the CBSE Computer And Communication Technology 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 Computer And Communication Technology Review Of Phython Chapter 1 NCERT Solutions for Class 12 Computer And Communication Technology Review Of Phython Chapter 1 The following is a summary in Hindi and English for the academic year
Severity: Notice
Message: Undefined variable: current_year
Filename: ncert_suluctions/Chapter_Question.php
Line Number: 246
Backtrace:
File: /home/wiredfa1/public_html/application/views/final/ncert_suluctions/Chapter_Question.php
Line: 246
Function: _error_handler
File: /home/wiredfa1/public_html/application/controllers/Ncert_Solutions.php
Line: 250
Function: view
File: /home/wiredfa1/public_html/index.php
Line: 315
Function: require_once
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