chavarera / python-snippets

Awesome python coding snippets
4 stars 0 forks source link

python snippets Aug-2020 #1

Closed chavarera closed 4 years ago

chavarera commented 4 years ago

If you have best practices for coding in python share here

Example

Swap Numbers

a = 10
b = 20
a,b = b,a