Skip to content

Commit 4ee8b67

Browse files
committed
Create exchange_integers.py
1 parent 42c2099 commit 4ee8b67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
first_num = input()
2+
second_num = input()
3+
print(f"Before: \na = {first_num}\nb = {second_num}\nAfter:\na = {second_num}\nb = {first_num}")

0 commit comments

Comments
 (0)