Subversion Repositories helloworld

Rev

Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 2
Line 1... Line 1...
#!/usr/bin/python
#!/usr/bin/python
 
 
def main():
def main():
    print "hello wordl"
    print "hello world"
 
 
if __name__ == "__main__":
if __name__ == "__main__":
    main()
    main()
 
 
 
 
Revision Control Appliance - Powered by TurnKey Linux