# Set x and y to 1 and 2.x, y = 1, 2## Print their sum:print x+y# Expected:## 3
# Set x and y to 1 and 2.x, y = 1, 2## Print their sum:print x+y# Expected:## 3 になります。 - Python
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.