Thursday, 23 January 2014

Multiline comment

Post by Ajinkya Sakhare-

Here's my doubt that I wanna know how to give a 'multiline comment' in Python shell?? Please give me solutions in below comments.

Related Posts:

  • Upcoming topics in the Python Club 1.Graphics programming using Turtle 2.Object Oriented Programming 3.GUI applications using tinker. 4.Web scripting using DJANGO 5.Scientific computing using SciPy, Matplotlib, Mayavi, etc. 6.Use of python for Hacking and Sec… Read More
  • On Monday we will have python lectures from 9:00 am to 10:00 am. Please make a list of all the topics you did not understand, and mail me so that i can take a review of them. Also give your feedback via e-mail or comment on … Read More
  • Object Oriented Programming from Monday. Hello Python Club Members, We will be going for oop concepts this monday, then we will have gui development using tinkter. oop concepts will be covered by Ajinkya Ghadge. Please do an overview of the topic in your free t… Read More
  • Followers Come on guys... Do follow this site and become a member of this forum. We wanna know how many of you are genuinely interested in Python language. So click on 'Follow this site' on top-right corner of this blog. **Follow but… Read More
  • Top 20 Most Popular Programming Languages Among Hacker News Readers Two weeks ago someone ran a poll on Hacker News asking what the readers’ favorite programming language was. Yesterday (April 5) I took a look back at the poll to see who came out on top. I wasn’t surprised to see Python w… Read More

6 comments:

  1. hey buddy I got your answer. You can use triple-quotes that can serve as multiline comments, For e.g.
    '''Hi my name is
    Ajinkya Sakhare'''

    ReplyDelete
  2. No man that acts as paragraph data type. Its not a comment Try running it

    ReplyDelete