首页
话题
动态
专家
文章
作者
公告
更多
积分规则
登录 或 注册
首页
话题
动态
专家
文章
作者
公告
积分规则
发表新帖
发表新帖
How can I make it where it will print the longest name/string that was inputed by the user
后端
未结
关注
0
1644
天涯浪人
2020-12-11 01:12
def myNames(): names = [] while True: a = input("Enter Name: ") if a != "done": names.append(a) elif
相关标签:
回答
消灭零回复
验证码
看不清?
提交回复
热议问题