Skip to main content
python installation tutorials instructions programming
To Top
Start a New Topic » « Back to the Learning Python group
2) Enter the following:
x = 2
y = 5
print x + y
3) Share the output in comments
To Top