Love Python, Make Life Simple

A blog all about python programming. you can learn python step by step in this blog. this blog also provide all python books and software.

Pages

  • Home
  • Python Book
  • Useful Source
  • Python Wallpaper
Showing posts with label String Concatenation. Show all posts
Showing posts with label String Concatenation. Show all posts

Wednesday, 8 January 2014

String Concatenation in python

You can join two or more strings to form a new string using the concatenation operator +. Here is an example:

>>> "sony" + " biswas" + " nitol"
'sony biswas nitol'

plus (+) sign use for concatenate two or more string
Posted by nitol at 01:46 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: Add, Basic Python, String Concatenation
Older Posts Home
Subscribe to: Posts (Atom)

Category

  • Add
  • Arithmetic Expressions
  • Basic Python
  • Comments and Docstrings
  • Data Type
  • divided
  • Error
  • Keywords
  • Multiplication
  • Olympic Rings Logo
  • String Concatenation
  • Subtraction
  • Variable

Blog Archive

  • ▼  2014 (16)
    • ▼  January (16)
      • Operators and operands
      • Arithmetic Expressions
      • Program Comments and Docstrings
      • String Concatenation in python
      • Drawing the Olympic Rings Logo in python
      • Programming error in python
      • Variable names and keywords in python
      • Using Python to Perform Mathematical Computations
      • Values and types in python
      • The first program with explanation
      • Behind the Scenes: How Python Works
      • Write some code in Python
      • What Can I Do with Python?
      • Who Uses Python Today?
      • Is Python a “Scripting Language”?
      • Why Do People Use Python?
Powered by Blogger.