Untitled
unknown
plain_text
6 months ago
198 B
2
Indexable
def compute(): department = input() studentid = input() name = input() print(f'Department: {department}') print(f'Student ID: {studentid}') print(f'Name: {name}') compute()
Editor is loading...
Leave a Comment