Build a Report Card Printer - Step 6

告诉我们发生了什么:

我不知道下一步该怎么做I don’t know what to do nextI don’t know what to do next

到目前为止你的代码


# User Editable Region

name = 'Alice'

# User Editable Region

is_student = True
print(type(name),type(is_student))

你的浏览器信息:

用户代理是: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36 Edg/144.0.0.0

挑战信息:

Build a Report Card Printer - Step 6

You are asked to work on the output logs that were already there. I suggest you reset the step to get them back, they will be shaded white. You are asked to print “name” and type(name)" together on one line. How can you achieve that?