My issue
how can i rearrange
Learning course: Practice Python
Problem Link: Rearrange Code Practice Problem in Python
how can i rearrange
Learning course: Practice Python
Problem Link: Rearrange Code Practice Problem in Python
Hlo @soumyashetty_6 ,
So for solving this problem you need to rearrange your code to following way i had write below:
a, b = map(int, input().split())
c = a + b
print(c)
Thank You ![]()