#Create two variables a and b, and print their sum.
a=50
b=20
Print(f"Sum of {a} and {b} is {a+b}") · Issue #89 · realpython/python-basics-exercises · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert