forked from codehouseindia/Java-Programs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAmstrom.py
More file actions
14 lines (14 loc) · 552 Bytes
/
Amstrom.py
File metadata and controls
14 lines (14 loc) · 552 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# https//www.facebook.com/yashwantbisht/73738473829
# subscribed by codehouse
In [13]: open?
Type: builtin_function_or_method
Base Class: <type 'builtin_function_or_method'>
String Form: <builtin function open>
Namespace: Python builtin
Docstring:
open(name[, mode[, buffering]]) > file object
Open a file using the file() type, returns a file
object.
Constructor Docstring:
x.__init__(...) initializes x; see
x.__class__.__doc__ for signature