[ create a new paste ] login | about

Link: http://codepad.org/qbQtqH6A    [ raw code | output | fork ]

Python, pasted on Jul 6:
1
2
3
4
5
6
7
8
import os 

os.fopen("file",0777) 

file= "super plik"
a=os.getcwd()
print a
#os.listdir()


Output:
1
2
3
4
Traceback (most recent call last):
  Line 3, in <module>
    os.fopen("file",0777) 
AttributeError: 'module' object has no attribute 'fopen'


Create a new paste based on this one


Comments: