Kevin Tiller

Generation

fix invalid codeSat, 22 Apr 2023

def display_student(name, age): print(name, age) def show_student(name, age): name = "Emma" age = "26" print(name+ "\n" + age) showStudent(name, age)

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