猫史档案馆


【Python作品分享】新的作品-124【作业帖】

用户:鸡你太美111鸡你太美111查看:0 回复:0 评论:0 创建时间:2023-05-11T19:42:01


【作品展示】

center_image

 

【作品介绍】

v

 

【作品源代码】

# n = eval(input())
# print(max(n))

# n = input()
# f = 0
# s = 0
# for i in n:
#     if i >= '0' and i <= '9':
#         s += 1
#     else:
#         s = 0
#     if s >= f:
#         f = s
# print(f)

# import turtle as a
# a.pencolor('pink')
# for i in range(1,6,1):

# n = input()
# s = 0
# for i in n:
#     if i != '0' and i != '1' and i != '2' and i != '3' and i != '4' and i != '5' and i != '6' and i != '7' and i != '8' and i != '9':
#         s = 0
#         break
#     else:
#         s = 1
# if s == 1:
#     print('YES')
# elif s == 0:
#     print('NO')
# else:

 

【提示】

部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:

https://python.codemao.cn


回复

上一页1 页 / 共 0下一页