GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Programming  >  Python
Go To First  |  Previous Question  |  Next Question 
 Python  |  Question 20 of 23    Print  
What is used to create Unicode string in Python?

  
Total Answers and Comments: 1 Last Update: March 08, 2007     Asked by: RajivPrasad 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 08, 2007 06:43:52   #1  
shalini110000        

RE: What is used to create Unicode string in Python?
add u before the string

>>> u 'test'

 
Is this answer useful? Yes | No

 Related Questions

What is used to represent Strings in Python.Is double quotes used for String representation or single quotes used for String representation in Python?

Latest Answer : Python programming language was created by Guido van Rossum. ...
Read Answers (1) | Asked by : timmy

Latest Answer : A lambda statement is used to create new function objects and then return them at runtime thats why  lambda forms in Python didn't contain statement. ...
Read Answers (1) | Asked by : janelyn

Latest Answer : Memory is managed through private heaps. Private heap is managed by python memory manager. ...
Read Answers (1) | Asked by : sripri

Latest Answer : C++ is the appropriate language that Python resemble in its class syntax. ...
Read Answers (1) | Asked by : scott

Latest Answer : At the same time he began implementing Python, Guido van Rossum was also reading the published scripts from "Monty Python's Flying Circus" (a BBC comedy series from the seventies, in the unlikely case you didn't know). It occurred to ...

Does Python support strongly for regular expressions? What are the other languages that support strongly for regular expressions?
Read Answers (1) | Asked by : christia

Latest Answer : Objects referenced from the global namespaces of Python modules are not always deallocated when Python exits. This may happen if there are circular references. There are also certain bits of memory that are allocated by the C library that are impossible ...
Read Answers (1) | Asked by : Robert

Latest Answer : One of the disadvantage of the Python programming language is it is not suited for fast and memory intensive tasks. ...
Read Answers (1) | Asked by : Robert

Latest Answer : Most of the object oriented programming languages to name a few are C++, CLISP and Java is the language from which Python has got its features or derived its features. ...


 Sponsored Links

 
Related Articles

Concepts of Object-Oriented Programming

Object Oriented JavaScript In this chapter you ll learn about OOP Object Oriented Programming and how it relates to JavaScript As an ASP NET developer you probably have some experience working with objects and you may even be familiar with concepts such as inheritance However unless you re already a
 

C++ String Representation and Handling

C String Representation and Handling In this C tutorial you will learn about string representation and handling how is string represented end string notation initializing char array character representation string literals example programe to understand the character array concept and the accessing
 

Working with XML in Python

Working with XML in Python The Extensive Markup Language and Python are two very different platforms Python is a programming language and XML is a standards oriented language document Python is a full fledged programming language which has its roots deep in scripts and also has matured over a period
 

JavaScript String Object

JavaScript String Object In this JavaScript tutorial you will learn about String Object purpose of string object in JavaScript purpose of string object indexof method lastIndexOf method and substring method along with syntax and example mosgoogle center Purpose of String Object in JavaScript The mai
 

Convert a String into an Integer

How to convert a string into an integer in C program? This is done by using the function named as atoi(). This function atoi() is present in the header file named as <stdlib.h>. When programmers use this function they must include the header file by the statement #include <stdl
 

String handling functions

What is the string handling functions present in header file <string.h>? There are number of string handling functions present in string.h. In other words if a programmer uses any of the function present in string.h then they must include the header file as #include <string.h&am
 

Convert a String into Long Value

What string function is used to convert a string into long value? This is done by using the function named as atol() . This function atol() is present in the header file named as <stdlib.h>. When programmers use this function they must include the header file by the statement
 

Base Address of the String

What happens when we try to change the value of base address of the string? The base address of the sting takes a special place in the context of strings. This is because suing this base address only the string gets identified. In other words the base address therefore takes the position of constant
 

SQL Programming

SQL Programming Overview Anybody who has done something for a long time has probably wanted to change how things work at some point or another. A worker at a mill might have found a more efficient way of cutting logs, or a mathematics teacher might have had a hand in changing a school’s al
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape