From 4338f0862dae3b33862bb32c5dd9fc2eb5f6f90a Mon Sep 17 00:00:00 2001 From: dusoleil Date: Sun, 1 Aug 2021 23:28:17 -0400 Subject: Adding Various Docs Adding a short list of pwn links, a note about python support for complex numbers, and a short SSTI guide. Signed-off-by: dusoleil --- docs/lang/python/complex_numbers.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docs/lang/python/complex_numbers.txt (limited to 'docs/lang') 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. -- cgit v1.2.3