Difference between revisions of "From (Python)"

From wikieduonline
Jump to navigation Jump to search
Line 10: Line 10:
  
 
   
 
   
  from os import open as open[[_]]
+
  from os import open as open_
 
  # lets you use os.open without destroying the  
 
  # lets you use os.open without destroying the  
 
  # built in open() which returns [[file handles]].
 
  # built in open() which returns [[file handles]].

Revision as of 05:54, 15 March 2022

Advertising: