Mint232112 2022-09-29 00:05 采纳率: 93.3%
浏览 22
已结题

一些关于Python的

一些关于Python,自己能力有限,想了很久,想和大家一起探讨探讨

img

img

  • 写回答

2条回答 默认 最新

  • 请叫我问哥 Python领域新星创作者 2022-09-29 09:48
    关注

    From up down:

    # Count of characters
    sen = input("Please enter a sentence: ")
    print(f"You've entered {len(sen)} characters")
    
    # Temperature scale
    f = float(input("Please enter a temperature in Fahrenheit: "))
    c = (f-32)*(5/9)
    print(f"You've entered {f} in Fahrenheit, which equals to {c} in Celsius temperature scale.")
    
    # Square of a number
    num = int(input("Please enter a whole number between 1 and 100: "))
    print(f"You're entered {num}, the square of which is {num**2}")
    
    # Calculated age
    year = int(input("Please enter the year you were born: "))
    current_year = 2019
    print(f"You're born in {year}, and are {current_year - year} years old now")
    # the calculated age might be incorrect because the current year might be different.
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

问题事件

  • 系统已结题 10月7日
  • 已采纳回答 9月29日
  • 创建了问题 9月29日

悬赏问题

  • ¥15 stm32开发clion时遇到的编译问题
  • ¥15 lna设计 源简并电感型共源放大器
  • ¥15 如何用Labview在myRIO上做LCD显示?(语言-开发语言)
  • ¥15 Vue3地图和异步函数使用
  • ¥15 C++ yoloV5改写遇到的问题
  • ¥20 win11修改中文用户名路径
  • ¥15 win2012磁盘空间不足,c盘正常,d盘无法写入
  • ¥15 用土力学知识进行土坡稳定性分析与挡土墙设计
  • ¥70 PlayWright在Java上连接CDP关联本地Chrome启动失败,貌似是Windows端口转发问题
  • ¥15 帮我写一个c++工程