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 如何让企业微信机器人实现消息汇总整合
  • ¥50 关于#ui#的问题:做yolov8的ui界面出现的问题
  • ¥15 如何用Python爬取各高校教师公开的教育和工作经历
  • ¥15 TLE9879QXA40 电机驱动
  • ¥20 对于工程问题的非线性数学模型进行线性化
  • ¥15 Mirare PLUS 进行密钥认证?(详解)
  • ¥15 物体双站RCS和其组成阵列后的双站RCS关系验证
  • ¥20 想用ollama做一个自己的AI数据库
  • ¥15 关于qualoth编辑及缝合服装领子的问题解决方案探寻
  • ¥15 请问怎么才能复现这样的图呀