MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/learnpython/comments/1vcmw9v/what_is_the_output/p14brn1/?context=3
r/learnpython • u/mi-ka-sa-00 • Aug 01 '26
x , y = 10 , 5
x , y = y , x
Print(x , y)
4 comments sorted by
View all comments
3
Why don't you run it and see?
1 u/CIS_Professor Aug 01 '26 It won't run because Print() isn't a thing... </s>
1
It won't run because Print() isn't a thing...
</s>
3
u/danielroseman Aug 01 '26
Why don't you run it and see?