Commit ad0e75a
2021-09-29 01:11:19
Changed files (1)
README.md
@@ -0,0 +1,11 @@
+# Learning Python
+
+* data types
+ * numbers
+ * strings
+ * arrays,lists,sets
+ * abstract types
+* classes/objects
+ * local variables
+ * instance variables
+ * methods