python字符串输入输出函数 摘要:defGetReal(): x=input() returnxdefGetString(): &n…… 题解列表 2023年02月19日 0 点赞 0 评论 71 浏览 评分:9.9
很简单的输入输出,按照格式来就可以了 摘要:解题思路:注意事项:有点不太明白这个问题的意义,可能是其他语言的练习题目吧我自己想太多了参考代码:defgetreal(): nu=input()&nbs…… 题解列表 2022年06月30日 0 点赞 0 评论 86 浏览 评分:0.0
小南解题-字符串输入输出函数--41ms 摘要:'''2022年03月10日22:05:22.157zgn946''' a=input…… 题解列表 2022年06月27日 0 点赞 0 评论 52 浏览 评分:0.0
字符串输入输出函数-题解 摘要:defGetReal(inpn):print(inpn)defGetString(inps):print(inps)defmain():inpn=input('pleaseinputanumber:\…… 题解列表 2022年03月05日 0 点赞 0 评论 150 浏览 评分:0.0
字符串输入输出函数-题解(Python代码) 摘要:解题思路:注意事项:参考代码:defget1(): a=float(input("pleaseinputanumber:\n"))&n…… 题解列表 2020年11月18日 0 点赞 2 评论 486 浏览 评分:9.9
字符串输入输出函数-题解(Python代码) 摘要:代码:print("please input a number:")str1 = inpu…… 题解列表 2020年09月10日 0 点赞 1 评论 407 浏览 评分:7.3
字符串输入输出函数-题解(Python代码) 摘要:```pythondefGetReal(a):returnadefGetString(b):returnbdefmain():whileTrue:try:a=input()b=input()print…… 题解列表 2020年02月07日 0 点赞 0 评论 799 浏览 评分:9.9