JackLovel of Python_ex
5/21/2017 - 6:15 AM

Change two value

Change two value

# !/usr/bin/env python 
# coding:utf-8

x, y = 1, 2
x, y = y, x