summaryrefslogtreecommitdiffstats
path: root/docs/lang
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/lang/python/complex_numbers.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/lang/python/complex_numbers.txt b/docs/lang/python/complex_numbers.txt
new file mode 100644
index 0000000..754c35e
--- /dev/null
+++ b/docs/lang/python/complex_numbers.txt
@@ -0,0 +1,2 @@
+You can represent complex numbers in python with a 'j' instead of an 'i'.
+These can then be used in arithmetic expressions like normal.