My issue
Remove the errors in the above code: Flin wrote this code for declaring and displaying a variable but he is unable to run it
2name = 4
print(2name)
My code
#The code below is incorrect. Debug this code to solve the problem
name = a
print(name)
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone