8000 2to3 · Issue #536 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content
2to3 #536
Closed
Closed
2to3#536
@Jai-GAY

Description

@Jai-GAY

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0