This website requires JavaScript.
Explore
Help
Register
Sign In
sascha
/
cs50
Watch
1
Star
0
Fork
You've already forked cs50
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
be314fd496
cs50
/
swap.py
6 lines
82 B
Python
Raw
Blame
History
x
=
1
y
=
2
print
(
f
"
x is
{
x
}
, y is
{
y
}
"
)
x
,
y
=
y
,
x
print
(
f
"
x is
{
x
}
, y is
{
y
}
"
)
Reference in New Issue
View Git Blame
Copy Permalink