User Profile

Collapse

Profile Sidebar

Collapse
holihue
holihue
Last Activity: Feb 3 '08, 06:29 PM
Joined: Oct 25 '07
Location: Lyngen, Norway
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • holihue
    started a topic Python 3000 question

    Python 3000 question

    Why is things changed in python 3000 like:

    Code:
    print "hello"
    and in python 3000:

    Code:
    print("hello")

    Why will it be as a function?

    I don't really care that much, I just think the best to just get used to it as soon as possible.

    But my friend says it is useless, and I can't find any good arguments why it will be changed.

    All...
    See more | Go to post

  • holihue
    replied to What is your OS and Python Version
    I use Ubuntu Linux, with Python 2.5(upgrading all the time(if new version))
    I use IDLE to test small things, and I use gedit to edit .py files or make programs.
    And pygtk is the GUI I uses, I sed Tkinter before.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...