sp y

Generation

code to explanationSun, 16 Apr 2023

Realize the function of students filling out their applications

def apply(name,age,id): intro = "My name is "+name+", I am "+age+" years old, and my student ID is "+id+"." return intro

Want to kickstart your project?Use the new AI Studio to create your code