From 0f84f6a10fda908d60fcd0abf7a39647429c9a68 Mon Sep 17 00:00:00 2001 From: Zee <44004976+F-Zee@users.noreply.github.com> Date: Wed, 10 Oct 2018 21:51:47 +0200 Subject: [PATCH] Create lukeoliff.py The best way to permute two variable in python --- code/lukeoliff.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 code/lukeoliff.py diff --git a/code/lukeoliff.py b/code/lukeoliff.py new file mode 100644 index 0000000..7820dae --- /dev/null +++ b/code/lukeoliff.py @@ -0,0 +1,5 @@ +#The best way to permute two variable in python +#lets say we have an x and a y that we want to permute +x,y = y,x +#Thanks for your time! +#P.S: I am a newbie.