File indexing completed on 2025-02-02 04:27:53
0001 0002 # Try redefining a built-in function with a different return type, 0003 # it should be possible to import that but it should not replace the existing 0004 # open() function 0005 def open(): 0006 return 3