2025年12月GESP认证Python五级真题(含答案和解析).docxVIP

  • 1
  • 0
  • 约1.57万字
  • 约 16页
  • 2026-03-14 发布于中国
  • 举报

2025年12月GESP认证Python五级真题(含答案和解析).docx

2025年12月GESP认证Python五级真题(含答案和解析)

一、单选题(每题2分,共30分)。

1.对如下定义的循环单链表,横线处填写()。

classNode:

def__init__(self,data):

self.data=data

self.next=None

defcreate_list(value):

head=Node(value)

head.next=head

returnhead

definsert_tail(head,value):

p=head

文档评论(0)

1亿VIP精品文档

相关文档