ateloPython skill check

Find your exact Python level.

No score pressure. Each answer picks the next question and locates exactly where you stand — free, no account.

Question 1 of about 22We'll stop as soon as we've found your level
EasyQ01

What does this print?

def greet(name):
    return "hi " + name
print(greet("sam"))

Type what this prints