We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cdd7d0 commit b370c39Copy full SHA for b370c39
get-quote.py
@@ -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