1.

What do we call string in python 2?(a) Str(b) Unicode(c) Strs(d) UnicadesThe question was asked in an international level competition.My query is from Publishing Messages to the Cloud topic in section Working with the Cloud of IOT

Answer»

The correct OPTION is (b) UNICODE

Easy explanation: In python 2 the text STRING is called as str, and in python 2 it is called as unicode.



Discussion

No Comment Found

Related InterviewSolutions