You are not logged in.
- Topics: Active | Unanswered
#1 2017-12-08 04:54:54
- hamidoon123
- Moderator
- Registered: 2017-09-21
- Posts: 50,766
What is the output when following code is executed? >>> str1 = '...
Software Engineering Exams Quizzes MCQs Quizzes Python Online MCQs Test
Question:
What is the output when following code is executed?
>>> str1 = 'hello'
>>> str2 = ','
>>> str3 = 'world'
>>> str1[-1:]
Option A):
O
Option B):
hello
Option C):
olleh
Option D):
H
Correct Answer is Option A):
O
Offline
2017-12-08 04:54:54
- Advertisement
- Ads By Google
Re: What is the output when following code is executed? >>> str1 = '...
\n