Skip to content

Commit b370c39

Browse files
authored
Create get-quote.py
1 parent 3cdd7d0 commit b370c39

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

get-quote.py

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
def main():
2+
# print "Keep it logically awesome."
3+
4+
# f = open("quotes.txt")
5+
# quotes = f.readlines()
6+
# f.close()
7+
8+
# print quotes
9+
10+
if __name__== "__main__":
11+
main()

0 commit comments

Comments
 (0)