๐ Bug HuntPY Python Easy+10 XP
Indentation Error
This function has a bug preventing it from running.
๐ Find the bug
1
def greet(name):2
return f"Hello, {name}"๐ The bug is on line 2
This function has a bug preventing it from running.
def greet(name):return f"Hello, {name}"