MCQOPTIONS
Bookmark
Saved Bookmarks
→
Python
→
Shallow Copy Deep Copy in Python
→
What is the output of “hello”+1+2+3 ?..
1.
What is the output of “hello”+1+2+3 ?
A.
hello123
B.
hello
C.
Error
D.
hello6
Answer» D. hello6
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
What is the output of the following code ?
What is the output when following statement is executed ?(python 3.xx)
To retrieve the character at index 3 from string s=”Hello” , what command do we execute ?
What is the output of “hello”+1+2+3 ?
If a class defines the __str__(self) method, for an object obj for the class, you can use which command to invoke the __str__ method.
Which of the following statement prints hello\example\test.txt ?
To return the length of string s what command do we execute ?
What is the output when following statement is executed ?
What is the output when following code is executed ?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply