Difference between revisions of "From (Python)"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
 
  from datetime import *
 
  from datetime import *
 
  #Not recommended according to https://stackoverflow.com/a/710603
 
  #Not recommended according to https://stackoverflow.com/a/710603
+
 
 
  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  

Revision as of 06:34, 15 March 2022

Advertising: