Closed
Description
Has anyone successfully tried the 2to3 feature ?
i tried to follow the information here but not successful.
sample Python 2.x source file
def greet(name):
print "Hello, {0}!".format(name)
print "What's your name?"
name = raw_input()
greet(name)
Metadata
Metadata
Assignees
Labels
No labels