icebreath456 icebreath456 12-02-2021 Computers and Technology contestada Which swap is successful? >>> x = 5 >>> y = 10 >>> temp = x >>> y = x >>> x= temp >>> temp = x >>> x=y >>> y = temp >>> temp = x >>> y=temp >>> x=y