You are not logged in.

#1 2017-12-08 04:52:24

shakeel123
User RankUser RankUser RankUser RankUser RankUser Rank
Moderator
Registered: 2017-09-21
Posts: 50,796

What is the output of the following? x = 'abcd'for i in range(x...

Software Engineering Exams Quizzes MCQs Quizzes Python Online MCQs Test

Question:
What is the output of the following?
x = 'abcd'
for i in range(x):
print(i)

Option A):
a b c d
Option B):
error
Option C):
none of the mentioned
Option D):
0 1 2 3

Correct Answer is Option B):
error


Top Exams Quizzes MCQs And Interview Questions With Answers Forum:
https://www.globalguideline.com/forum/

2017-12-08 04:52:24

Advertisement
Ads By Google

Re: What is the output of the following? x = 'abcd'for i in range(x...



\n

Board footer